关于
The Mutation Test Runner skill empowers Claude to perform advanced mutation testing, a technique that assesses how well your tests actually detect bugs. By deliberately introducing small changes or 'mutations' into your source code and running your test suite against them, the skill identifies 'surviving mutants' that your tests failed to catch. This provides a much deeper insight into test effectiveness than standard line coverage, allowing developers to calculate mutation scores and systematically strengthen their test suites by adding more robust assertions and test cases.