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:
- Explicit:
/review planor/review code— use that. - Plan file exists in
ai-workspace/plans/(non-.done.md) and no commits beyond main — plan mode. git diff main...HEADproduces output — code mode.- 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.