analyzing-test-effectiveness
Installation
SKILL.md
<skill_overview> High coverage is not the goal. Tests must catch real failures and justify their maintenance cost. </skill_overview>
<rigidity_level> MEDIUM FREEDOM - Follow the audit flow strictly, but adapt the exact categories and examples to the codebase. </rigidity_level>
<quick_reference>
- Inventory the tests
- Classify them as strong, weak, or misleading
- Identify missing edge cases
- Create or update a task directory for test-quality improvements </quick_reference>