What problem does it solve?
Standard multi-agent code reviews generate large reports that overflow the orchestrator's context window before all results can be processed, leading to lost review data and incomplete audits of codebases.
Core Features & Use Cases
- Parallel Specialized Agents: Runs multiple background review agents focused on architecture, security, performance, code quality, and other domains, with agent rosters tailored to TypeScript, Rails, or Python projects.
- Persistent Report Storage: All agent reports are automatically saved to date-stamped
docs/reviews/YYYY-MM-DD/ directories, ensuring no review data is lost even if context limits are hit.
- Unified Synthesis: A dedicated sub-agent compiles all individual reports into a single deduplicated, severity-sorted synthesis report for easy consumption.
- Use Case: Run a full audit of your
src/ directory before a major release to catch security vulnerabilities, performance bottlenecks, and code quality issues across your entire codebase.
Quick Start
Use the review-to-disk skill to run a full exhaustive code review of your project's source code directory and save all reports to persistent disk storage.