code-review
Installation
SKILL.md
Code Review
Breadth-first pre-PR code review using 5 parallel review agents, each with a
different lens. Confidence-scored, false-positive-filtered, with auto-fix for
mechanical issues. Complements /adversarial-review (depth-first iterative
loop) — this skill catches what any single reviewer would miss across multiple
dimensions in one pass.
Input Modes
Parse $ARGUMENTS to determine what to review:
- No args: review uncommitted changes — run
git diffandgit diff --cached - File/dir paths: review specific files — read them directly
--prflag: review the full branch diff against the base branch
If the diff is empty, tell the user there's nothing to review and stop.