Anchorwatch

Review Crew

Review Crew is four subagents with strict checklists and one orchestrating skill.

/review-crew:review [base-ref | PR-number] [--fix]

Determines the diff (working tree vs HEAD by default, a git range if you give a base, or a PR via gh pr diff), launches all four reviewers in parallel with the diff and the list of changed files, then merges their findings: duplicates removed, anything it can disprove dropped, ranked CRITICAL → LOW. Output is a verdict (ready / merge with fixes / do not merge), the ranked findings, the test gaps, and a "checked and fine" list so you know the coverage. --fix applies critical and high fixes, adds the proposed tests, and re‑runs the suite.

/review-crew:security [base-ref]

Only the security reviewer, for a fast pass before shipping auth, payment or data‑access changes.

The reviewers

Each can be @‑mentioned directly (@agent-review-crew:security-reviewer look at the auth changes).

Every finding must cite path:line, quote the evidence, give a concrete failure scenario and a fix. Reviewers read surrounding code before reporting; they never report from the diff alone, and they don't report style nits.