What problem does it solve?
Review test suites for quality issues, anti-patterns, and coverage gaps. Load when asked to review tests, audit test quality, find bad tests, detect anti-patterns, check if tests are trustworthy, verify test coverage is real (not fake), or analyze whether a test suite actually protects the codebase. Identifies: false positives, brittle tests, missing assertions, non-independent tests, tautological tests, and coverage theater. Also acts as "verification-before-completion" gate — forces validation of test completeness before declaring a feature done.
Core Features & Use Cases
- Anti-pattern detection across unit, integration, and UI tests
- Coverage quality assessment and false-positives detection
- Verification-before-completion gate to ensure tests are complete before feature done
- Structured output with a completeness and risk assessment
Quick Start
Run the qa/test-review skill on your test suite to generate a comprehensive quality report.