What problem does it solve?
It automates focused, human-like code reviews to surface logic bugs, security vulnerabilities, performance hotspots, and maintainability issues that are often missed during fast development cycles.
Core Features & Use Cases
- Scope selection: Review git staged changes, compare the current branch to main/master, or review specific file paths.
- Categorized findings: Produce findings grouped by Correctness, Security, Performance, Maintainability, Best Practices, and Style with explicit severity levels and line references.
- Actionable fixes: For each issue provide a clear description, why it matters, and a concrete suggested fix or code snippet where applicable.
- Merge guidance: Flag CRITICAL and HIGH items as merge-blocking and summarize required actions before merge.
- Use case: Run during pre-merge checks to convert diffs into a prioritized markdown report for reviewers and authors.
Quick Start
Review the staged changes and produce a structured code review report with severity levels, file references, and suggested fixes.