From mutation-test-runner
Runs mutation testing to validate test suite quality by introducing code mutations and reporting survival rates. Helps identify weak tests and improve coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mutation-test-runner:mutation-test-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to execute mutation testing, providing insights into the effectiveness of a test suite. By introducing small changes (mutations) into the code and running the tests, it determines if the tests are capable of detecting these changes. This helps identify weaknesses in the test suite and improve overall code quality.
This skill empowers Claude to execute mutation testing, providing insights into the effectiveness of a test suite. By introducing small changes (mutations) into the code and running the tests, it determines if the tests are capable of detecting these changes. This helps identify weaknesses in the test suite and improve overall code quality.
+ to -) into the code.This skill activates when you need to:
User request: "Run mutation testing on the validator module and suggest improvements to the tests."
The skill will:
User request: "What is the mutation score for the user authentication service?"
The skill will:
This skill integrates well with other testing and code analysis tools. For example, it can be used in conjunction with code coverage tools to provide a more comprehensive view of test effectiveness.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin mutation-test-runner