What problem does it solve?
It eliminates missed bugs, regressions, and architectural risks in pull requests by producing a deep, structured, multi-pass review from a local git checkout and PR metadata.
Core Features & Use Cases
- Multi-pass decomposition: breaks a change into logical review units (tests, modules, feature slices, and infra) and reviews each with the right model selection strategy.
- Architecture risk scanning: adds an advisory architectural pass focused on the highest-risk units rather than trying to reason about everything at once.
- Regression-aware history: performs a regression/history pass and scores findings to separate confirmed issues from lower-confidence candidates, reducing both false alarms and blind spots.
- Second-brain conventions: consults local conventions and prior review dismissals to align with project patterns and remembered false positives.
- PR posting or terminal output: can print to the terminal by default, or post results as a PR comment with consistent formatting and links to exact lines.
Quick Start
Run code-review-deep on your current branch by issuing: review the current branch against its base and print the deep review to the terminal.