What problem does it solve?
It helps you quickly identify architectural and quality problems in code—such as ADR drift, SOLID violations, and testability gaps—before they become expensive bugs or integration failures.
Core Features & Use Cases
- Targeted architectural review: Loads specified file(s) and checks coding standards, architecture direction/layering, and SOLID principles.
- ADR compliance analysis: Optionally infers the governing ADR from a provided story, implementation header comments, or commit history, then flags violations (blocking) and drift (warning/info).
- Testability and QA alignment: For logic/integration work, evaluates whether existing story QA test cases map to observable, testable code paths and highlights untestable acceptance criteria.
Quick Start
Run /code-review src/combat/attack.gd production/epics/combat/story-001.md to review the implementation against relevant ADR guidance and standards.