What problem does it solve?
Full-repo reviews are difficult to run thoroughly and consistently, causing teams to miss systemic quality issues or produce shallow, non-prioritized findings.
Core Features & Use Cases
- Comprehensive 3-wave coverage: Reviews ALL repository source files (optionally scoped to a single directory) rather than only changed files.
- Deterministic pre-check + evidence-driven grading: Runs a scoring script to flag structural problems before LLM review, then merges results into a single prioritized report.
- Prioritized backlog instead of auto-fixes: Produces a triage-ready
full-repo-review-report.md with severity sections and systemic patterns, avoiding risky large automated patch sets.
Use cases include quarterly codebase health checks, post-refactor verification, onboarding to a new repository, and identifying recurring reliability/quality issues across many components.
Quick Start
Ask the agent to run a full codebase health check and produce a prioritized issue backlog report.