From testing
Measuring test quality by mutating code and checking if tests catch mutations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testing:mutation-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Technique to measure how well tests detect bugs by injecting mutations.
Technique to measure how well tests detect bugs by injecting mutations.
You are using mutation testing to validate test quality. High mutation score means tests actually verify behavior.
npx claudepluginhub sethdford/claude-skills --plugin engineer-testingPerforms mutation testing using Claude as the mutation engine: generates code mutants, runs tests, tracks kill/survive rates, identifies test gaps, and recommends test improvements. No external mutation tools required.
Validates test suite quality by introducing deliberate code mutations to expose weak assertions, missing edge cases, and dead test code.
Runs mutation testing to validate test suite quality across multiple stacks (Stryker, Infection, go-mutesting, mutmut, Vitest). Use when verifying test effectiveness or after generating tests.