概要
This skill empowers Claude to go beyond simple code coverage by performing mutation testing using Stryker for TypeScript/JavaScript and mutmut for Python. It works by injecting small, intentional faults into your source code—if your tests still pass, they are marked as 'survived,' indicating a gap in your test logic. This is an essential tool for developers building high-reliability systems who need to ensure their test suites actually catch bugs rather than just executing lines of code.