What problem does it solve?
Branch code review with structured scoring against project guidelines.
Produces categorized findings with severity levels and LLM-generated fix prompts.
Quality gate: only posts review to PR if score meets threshold.
Triggers on: "code review", "review branch", "review PR", "review changes", "score code"
Core Features & Use Cases
- Automated diff-based review across changes, with severity-scored findings and prioritized fixes.
- Auto-generated fix prompts for each finding that guide LLMS to implement fixes.
- Quality gate: post reviews to PR only when the final score meets or exceeds the configured gate.
- Integrates with guidelines and supports CI workflows to enforce code quality before merge.
- Use cases include PR pre-review, CI validation, and automated code-standard enforcement.
Quick Start
Review the current branch changes, generate a structured code-review report, and provide actionable prompts for fixes.