Files

1010 B

description, argument-hint
description argument-hint
Run focused crew review of the current branch or diff [scope]

Use pi-crew with the flights-web team and the review-only workflow.

Scope:

$@

Execution safety:

  • Call the Pi Crew team tool for this workflow.
  • Do not call unavailable abstract tools such as glob; use rg --files, rg -n, find, sed, nl, and git grep.
  • Never repeat the same failed tool call or shell command more than once.
  • If a command exits non-zero with no useful output, do not retry it unchanged; inspect source/tests or change the hypothesis first.
  • After two failed verification attempts without new evidence, stop and report the blocker.
  • If five consecutive tool calls add no new information, stop and summarize what is known.

Review the current branch or diff for correctness, regressions, test gaps, unnecessary complexity, docs drift, and GitOps readiness. Do not edit files unless a clearly safe documentation or config fix is required and you report it explicitly.