About
This skill provides an automated framework for performing mutation testing across multiple programming languages including JavaScript, Python, and Java. It moves beyond simple line coverage metrics to assess the actual quality of test assertions by creating 'mutants'—small code changes that should trigger test failures—to identify blind spots where code is executed but not effectively validated. Use it to find weak tests, prevent bug escapes, and ensure your test suite provides a genuine safety net for complex logic.