What problem does it solve? Test suites often contain shallow assertions, missing edge cases, and flaky patterns that erode confidence in code changes. This Skill systematically reviews tests to find coverage gaps, non-determinism, and isolation problems, then prioritizes concrete improvements. ## Core Features & Use Cases - Gap Analysis: Maps expected behavior to existing tests and identifies uncovered critical paths, negative scenarios, and boundary conditions. - Flakiness Detection: Detects non-deterministic setup, shared state, and isolation issues that cause intermittent failures. - Prioritized Recommendations: Produces a structured report separating must-now fixes from lower-priority additions, each tied to a concrete risk. - Use Case: Before merging a large change set, ask for an assessment of the affected test files to find missing scenarios and weak assertions, then implement the must-now items first. ## Quick Start Ask the assistant to assess this test suite and propose high-impact improvements using the test-quality skill.