What problem does it solve? Game test suites degrade over time through flaky tests, slow execution, and untested features, and teams lack a structured way to measure and fix this decay. This Skill audits an existing test suite and produces a prioritized review report. ## Core Features & Use Cases - Test Metrics Collection: Counts tests by type (unit, integration, play mode, performance), pass rates, durations, and identifies flaky, slow, and disabled tests. - Quality and Anti-Pattern Analysis: Evaluates determinism, isolation, speed, and readability, and detects anti-patterns like hard-coded waits, shared state, and assertion-free tests. - Coverage Gap and Infrastructure Review: Maps feature coverage against P0/P1 priorities and audits CI integration, fixtures, and maintenance burden. - Use Case: A QA lead on a Unity game project runs a monthly review to find that save/load has no P0 tests and three flaky tests block CI, then receives a sprint-ready action list. ## Quick Start Ask the AI to review the tests in this project and generate a test review report with coverage gaps and prioritized recommendations.