What problem does it solve?
It reduces the time and inconsistency of code review by running a structured, multi-stage review pipeline that scans, deep-triages findings, and can apply fixes with verification and rollback.
Core Features & Use Cases
- Multi-agent review pipeline: coordinates scanner → reviewer → fixer to produce an enriched review report and optional automated fixes.
- Four-dimension finding system: covers security (SEC), correctness (COR), performance (PRF), and maintainability (MNT) with standardized IDs, severity mapping, and enriched root-cause fields.
- Rollback-on-failure fixes with verification: applies changes in dependency-aware groups, runs verification tools, and reverts failed fixes to keep the workspace stable.
- Interactive pipeline control: supports default, full (with user checkpoint), fix-only, and quick modes, including status, resume/continue, and completion actions.
Quick Start
Run team-review on your target codebase (e.g., the repository folder) and ask it to perform a quick scan and then continue with review if findings are found.