소개
The Mutation Test Runner skill empowers Claude to go beyond simple code coverage by performing mutation testing on your codebase. By introducing small, intentional faults (mutants) into your source code and running your existing test suite, the skill determines if your tests are robust enough to catch these changes. It provides a comprehensive mutation score and identifies specific 'surviving mutants,' allowing developers to pinpoint exactly where their tests lack the logic necessary to detect regressions or incorrect behavior. This is essential for maintaining high-quality, mission-critical code where standard coverage metrics may be misleading.