What problem does it solve? Shipping a game without a structured release review leads to missed certification requirements, unresolved bugs, and incomplete store listings. This Skill produces a comprehensive, platform-aware pre-release checklist so teams can verify launch readiness systematically. ## Core Features & Use Cases - Codebase Health Scan: Counts TODO, FIXME, and HACK comments with locations and severity to surface outstanding issues before release. - Platform-Specific Requirements: Generates tailored sections for PC (Steam/Epic SDK, resolution scaling), console (TRC/TCR/Lotcheck certification), and mobile (store guidelines, permissions, battery usage). - Go/No-Go Verdict: Produces a readiness assessment with blocking items, rationale, and required sign-offs from QA, Technical Director, Producer, and Creative Director. - Use Case: Before submitting a build to Steam, run the checklist for the pc platform to verify build reproducibility, achievement integration, age ratings, and store metadata completeness, then save the result to production/releases/. ## Quick Start Ask the AI to run the release checklist for your target platform, for example: generate a release checklist for the PC version of this project and report any blockers.