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 assess overall test health. This Skill performs a systematic review of an existing test suite and produces a prioritized report with actionable recommendations. ## Core Features & Use Cases - Test Metrics Collection: Counts tests by type (unit, integration, play mode, performance), measures pass rates, durations, and identifies flaky, slow, and disabled tests. - Quality & 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 Identification: Maps feature coverage across P0-P3 priorities for areas like core loop, save/load, combat, and multiplayer, then prioritizes gaps by risk. - Use Case: A QA lead runs a monthly full review of a Unity project's test suite and receives a test-review-report.md with an executive summary, coverage matrix, and sprint-ready action items. ## Quick Start Ask the assistant to run a test review of the project's existing test suite and generate a prioritized quality and coverage report.