What problem does it solve?
Ensures implementations are complete and maintain code quality by detecting changed files, verifying structural requirements, running build and test checks, and performing a semantic review to catch regressions, missing tests, and registration or convention violations.
Core Features & Use Cases
- Change detection: Auto-detects modified, added, or transformed files from git diffs and categorizes them for targeted reviews.
- Structural checks: Verifies source locations, test presence, module registration/exports, orphaned imports, and naming conventions with project-specific rules drawn from CLAUDE.md.
- Build & test validation: Runs project build, test, and lint commands and reports failures with actionable suggestions.
- Semantic review: Assesses correctness, duplication (DRY), unnecessary complexity (KISS), and whether changes are explainable in one sentence.
- Integration: Usable as a developer command or CI/PR gate and automatically invoked at the end of workflow:add-model, workflow:add-rule, and workflow:workflow flows.
Quick Start
Run /review-implementation to auto-detect recent changes and receive a structured pass/fail review.