概要
The Mutation Test Runner skill enables Claude to evaluate the effectiveness of your test suite by performing mutation analysis. By intentionally introducing small changes—or mutations—into your source code and running existing tests against them, this skill determines whether your tests are capable of detecting logic errors. It calculates a mutation score and identifies 'surviving mutants,' providing actionable insights into where tests need strengthening to ensure high-quality, resilient software beyond simple line coverage metrics.