What problem does it solve?
It reduces the time and missed issues involved in reviewing a feature branch by generating a structured, severity-ranked review across correctness, security, architecture, testing, performance, and style.
Core Features & Use Cases
- Six-dimension multi-agent review: Runs focused checklists in parallel and merges results into one deduplicated report.
- Commit-attributed findings: Connects reported issues back to the commit that introduced the lines using git blame so teams can act confidently.
- Scope flexibility: Reviews a PR, an explicit ref range, a single commit, or pending diffs (staged/working), while avoiding empty diffs and default-branch self-reviews.
- Change-focused by design: Only evaluates what the branch actually changed and drops pre-existing issues outside the diff.
Quick Start
Tell the AI: "Review my branch and return a severity-classified report with a clear verdict."