What problem does it solve?
Game development code reviews often miss critical architectural violations, ADR compliance gaps, and game-specific performance issues, leading to technical debt and unstable builds. This Skill standardizes code reviews for game projects to enforce consistent quality, align with documented architecture decisions, and catch game-specific risks early.
Core Features & Use Cases
- ADR Compliance Checking: Automatically extracts and validates code against referenced Architecture Decision Records to catch violations and drift.
- Multi-Domain Review: Covers coding standards, SOLID principles, dependency direction, and game-specific concerns like frame-rate independence and hot-path performance.
- Parallel Specialist Validation: Spawns engine, shader, UI, and QA testability specialists in parallel for comprehensive coverage of all code types.
- Use Case: A game dev team implementing a new combat system can use this Skill to review the code for ADR compliance, ensure it follows project coding standards, and validate that it is testable for QA.
Quick Start
Invoke the code-review skill with the path to your game implementation files and optional associated story document to receive a full architectural, quality, and ADR compliance review.