Quick Start¶
After installing the plugin, here's how to run your first review in under a minute.
Basic code review¶
In a Claude Code session, point it at a file or directory:
This runs all 5 specialists (Security, Performance, Quality, Correctness, Architecture) with default settings: 2 self-refinement iterations, 350K token budget.
Quick mode¶
For a fast check with fewer specialists:
Quick mode uses 2 specialists (Security + Correctness), 2 iterations, and a 150K budget.
Thorough mode¶
For a deep review:
Thorough mode uses all 5 specialists, 3 iterations, and an 800K budget.
Save the report¶
Writes the report to docs/reviews/YYYY-MM-DD-<topic>-review.md.
Strategy document review¶
Runs 6 strategy specialists and produces per-document verdicts (Approve/Revise/Reject).
What happens during a review¶
- Phase 1: Each specialist analyzes the code independently in isolation, self-refining through 2-3 iterations until findings converge
- Phase 2: Specialists debate each other's findings through mediated challenge rounds
- Phase 3: The orchestrator resolves disagreements, deduplicates, and classifies agreement levels
- Phase 4: A structured report is generated with findings by severity and remediation roadmap
- Phase 5 (with
--fix): Findings are classified, Jira tickets drafted, and fixes implemented via worktree branches
Each phase has programmatic validation: structure checks, injection detection, budget tracking, and convergence detection.