What problem does it solve? Manually reviewing code for standards compliance, architectural violations, and SOLID principle adherence is time-consuming and inconsistent. This Skill provides a structured, repeatable review process that evaluates files against project coding standards and outputs a standardized verdict. ## Core Features & Use Cases - Standards Compliance Checks: Verifies doc comments, cyclomatic complexity under 10, method length limits, dependency injection, and interface exposure. - Architecture and SOLID Analysis: Checks dependency direction, circular dependencies, layer separation, and all five SOLID principles. - Game Development Checks: Flags frame-rate dependence, allocations in hot paths, null handling, thread safety, and resource leaks. - Use Case: After implementing a new gameplay system in a Phaser/React project, invoke the review on the changed files to receive a structured report with a verdict of APPROVED, APPROVED WITH SUGGESTIONS, or CHANGES REQUIRED before merging. ## Quick Start Ask the assistant to run a code review on a specific file or directory, for example: review the file src/game/systems/InferenceSystem.ts for standards and architecture compliance.