Test Quality Audit
Installation
SKILL.md
Test Quality Audit
When to Use
Use this skill when you need to:
- Test review (QA Agent): Validate test quality during code review
- Test audit (QA Agent): Systematic audit of test files for anti-patterns
- Code review (Any Agent): Check for mesa-optimization or happy-path testing
- Pre-merge validation (QA Agent): Ensure tests are meaningful before PR approval
Triggers:
- During QA review when test files are modified
- When code review shows test changes unrelated to feature
- Before approving PR with test modifications
- When tests are failing and you suspect quality issues
- Systematic test audit for entire codebase or feature area