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 diff and git diff --cached
  • File/dir paths: review specific files — read them directly
  • --pr flag: review the full branch diff against the base branch

If the diff is empty, tell the user there's nothing to review and stop.

Step 1: Detect Base Branch

Installs
20
GitHub Stars
34
First Seen
Jan 25, 2026
code-review — steveclarke/dotfiles