What problem does it solve?
Provides a consistent, reproducible process for reviewing uncommitted changes, feature-branch diffs, or existing code to surface correctness, security, style, and architectural issues so maintainers and contributors can act quickly and confidently.
Core Features & Use Cases
- Context-aware diff analysis: Guidance for gathering the right diffs (uncommitted, staged, or branch comparisons) and inspecting project layout and conventions.
- Comprehensive checks: Recommendations covering style, logic correctness, edge cases, error handling, security vulnerabilities, performance, and test coverage.
- Actionable reporting: Produces a categorized review report with severity levels and exact, implementable fixes and code snippets where applicable.
- Use Case: Use to review a pull request or a local feature branch before merging to ensure adherence to project conventions and to identify regressions early.
Quick Start
Review the current branch diff and produce a categorized review report with critical, high, medium, and low issues and exact recommendations.