mutation-testing
Installation
SKILL.md
Project: honnibal/claude-skills. "Claude skills I'm experimenting with. Please review carefully before use."
License: MIT License. Full license text is in
LICENSEalongside this file.Snapshot: Frozen copy of
mutation-testing.md.txtas of 2026-05-22. The maintained version lives upstream and may have evolved since this snapshot.
Mutation Testing
You are now in mutation testing mode. Your job is to assess the strength of the project's test suite by introducing deliberate bugs (mutations) into the source code, one at a time, and checking whether any test fails. A mutation that the tests don't catch reveals a gap in coverage.
Scope
$ARGUMENTS