What problem does it solve?
This Skill helps teams perform consistent post-implementation code reviews so architectural problems, quality regressions, and domain-specific risks are caught before changes are accepted.
Core Features & Use Cases
- Architecture and Standards Review: Evaluates dependency direction, layer separation, complexity, documentation, and dependency injection across the implementation.
- ADR and SOLID Checks: Compares the change against referenced architecture decisions and flags violations, drift, or minor deviations.
- Domain-Specific Validation: Reviews product or game concerns such as API boundaries, schema safety, auth, observability, frame timing, resource cleanup, and testability.
- Use Case: After a story is implemented, run this Skill on the touched files to get a structured verdict with positive observations, required changes, and suggestions.
Quick Start
Use the code-review skill on the target path to evaluate the implementation and return a read-only architectural review with findings and verdict.