What problem does it solve?
Enforce a rigorous, automated stage-2 code quality review that catches SOLID violations, duplication, security issues, and poor test quality before synthesis and merge, preventing low-quality changes from progressing through the workflow.
Core Features & Use Cases
- Integrated diff review: Operates on orchestrator-provided integrated diffs to evaluate combined branch changes without reading full files.
- Deterministic gates: Runs static analysis, security scans, and convergence gates (D1–D5) via orchestrate actions and collects structured findings.
- Test Desiderata & fix loop: Evaluates test quality against explicit desiderata, produces structured JSON verdicts, and manages an automated fix-review loop with escalation rules.
- Plugin-aware reporting: Merges optional companion plugin findings (axiom, impeccable) and auto-transitions workflow phases based on verdicts.
- Use case: Run as a subagent to produce a machine-parsable review report that the orchestrator can use to advance or route the feature.
Quick Start
Run a quality review by dispatching the quality-review subagent with the integrated diff and state file after spec review has passed.