What problem does it solve?
It helps you review a pull request efficiently and rigorously by focusing on defects, risks, and contract-breaking changes instead of getting lost in stylistic nitpicks.
Core Features & Use Cases
- Diff-first triage: identifies the correct base, then reads the complete
git diff <base>...HEAD and assesses change magnitude.
- Context-aware assessment: checks surrounding code so reviewers understand intent, invariants, and call sites.
- Evidence-based findings: groups feedback by severity (Blocker/Concern/Suggestion/Praise) and cites specific file and line locations.
- Quality gates: runs type-checkers/linters/tests when cheap and verifies coverage for the changed behavior.
Quick Start
Ask your AI to review the pending changes on the current branch against the base branch with senior-level rigor and return blockers, concerns, suggestions, and praise with file-and-line evidence.