What problem does it solve? Game test suites degrade over time through flaky tests, coverage gaps, and stale infrastructure, and teams lack a structured way to audit them. This Skill guides a QA-lead-style review that measures test health, maps feature coverage, and delivers prioritized recommendations. ## Core Features & Use Cases - Test Suite Metrics: Counts tests by type (unit, integration, play mode, performance) and analyzes pass rates, flaky tests, slow tests, and disabled tests. - Quality & Anti-Pattern Detection: Evaluates determinism, isolation, speed, and readability while flagging hard-coded waits, shared state, and assertion-free tests. - Coverage Gap Analysis: Maps P0/P1 feature coverage across core loop, save/load, combat, UI, and multiplayer to identify critical untested areas. - Use Case: A game studio runs a monthly full review before a milestone; the Skill inspects the existing test suite and CI results, then writes a test-review-report.md with immediate, short-term, and long-term action items. ## Quick Start Ask the assistant to run a test review of the project's existing test suite and generate the prioritized test review report.