What problem does it solve? Game test suites degrade over time through flaky tests, coverage gaps, and maintenance burden, and teams lack a structured way to audit test health and prioritize fixes. ## 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 and Anti-Pattern Assessment: Evaluates determinism, isolation, speed, and readability while detecting anti-patterns like hard-coded waits, shared state, and assertion-free tests. - Coverage Gap Analysis: Maps feature coverage across P0-P3 priorities for areas like core loop, save/load, combat, and UI, then generates a prioritized recommendations report. - 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 immediate, short-term, and long-term action items. ## Quick Start Ask the assistant to run a test review of the project's test suite and generate a coverage and quality report.