What problem does it solve?
Audit the quality of existing tests to identify tautological tests, coverage gaming, weak assertions, and missing corner cases. Use this skill when users mention test quality, test effectiveness, tautological tests, coverage gaming, or questions like "are these tests any good", "audit tests", "review test quality", test rot, flaky tests, or want to know whether existing tests actually catch bugs. It does not cover finding missing tests, writing new tests, or debugging test failures.
Core Features & Use Cases
- Categorize existing tests into RED (remove/replace), YELLOW (strengthen), or GREEN (keep) after reading production code.
- Use code-review-graph for structural context and read production code before evaluating tests.
- Provide per-test verdicts with explicit production code references and actionable fixes.
Quick Start
Describe the test scope you want audited, for example audit all tests under src/auth or a single test file.