mutation-testing
Installation
SKILL.md
Mutation Testing
Use PIT mutation testing to identify tests that pass but don't verify behavior correctly.
When to use this skill
- Improving test quality beyond line coverage metrics
- Finding weak test assertions that don't catch bugs
- Validating critical business logic has strong tests
- Setting up mutation testing in CI pipelines
- Analyzing which tests need strengthening
- When asked to "improve test quality with mutation testing"