code-review
Installation
SKILL.md
Code Review
Two waves over the staged diff (git diff --staged):
- FIND — 5 parallel finder subagents see the diff alone and produce candidates. A broad, cheap net: they over-produce on purpose.
- VERIFY — one skeptic subagent reads the real files and tries to refute each candidate. Only confirmed ones survive.
The finders and the critic are different agents on purpose — the critic has the file context the diff-only finders lack. Output INLINE — no file writes, no plan mode, no clarifying questions.
Step 0 GROUND load rules + manifest, filter the diff
Step 1 FIND 5 finders, diff-only → candidates
Step 2 MERGE dedup + namespace ids
Step 3 VERIFY one skeptic reads files, refutes → keep confirmed
Step 4 OUTPUT confirmed findings only, each with its evidence