What problem does it solve?
This Skill prevents costly rework by performing a structured review that detects architectural violations, quality regressions, and testability or performance risks before code is merged or shipped.
Core Features & Use Cases
- Targeted, file-based reviews: Review one file or a set of files and produce a consistent verdict.
- ADR compliance checking: Detect deviation from the governing Architectural Decision Records (ADRs) by optionally using a provided story path or scanning implementation headers and commit messages.
- Standards, SOLID, and game-specific checks: Validate documentation, method size/complexity, dependency direction, layer separation, cleanup, and runtime concerns relevant to gameplay code.
Quick Start
Run code-review on a directory of Lua files you plan to integrate, for example: /code-review path/to/src.