review

Installation
SKILL.md

/review

Detects whether to review a plan or code, assembles the right panel, runs the review-fix loop.

1. Detect Mode

From args or context:

  1. Explicit: /review plan or /review code — use that.
  2. Plan file exists in ai-workspace/plans/ (non-.done.md) and no commits beyond main — plan mode.
  3. git diff main...HEAD produces output — code mode.
  4. Ambiguous — ask: "Reviewing the plan or the code?"

Optional overrides after mode:

  • Round cap: default 3. "thorough" (5) or "quick" (1).
  • Severity gate: defaults differ by mode — plan mode = P2, code mode = P3 (local-merge flow assumes nits are cheaper to fix now than to file as issues). "strict" forces P1, "p2" forces P2, "lenient" forces P3.

2. Assemble Panel

Installs
379
GitHub Stars
1
First Seen
Apr 28, 2026
review — camacho/ai-skills