Mutation Test

Proves a test actually checks something, by breaking the behaviour it claims to cover and confirming it goes red. Use when a test, fixture, assertion or guard has been reported as working and you want evidence rather than a green run, or to check a claim that some code is dead, unused or unreachable. Triggers on "mutation test", "mutation testing", "prove it fails", "are these tests real", "does this test actually assert anything", "is that assertion live", "did you verify it's not vacuous", "how do you know it's checking anything", or any claim that a test passes being offered as evidence the behaviour is correct. Also use it proactively before reporting harness or fixture work as done.

LunarCommand 1ec2f71 3 files · 31.8 KB Updated

File contents

LunarCommand/claude-skills/tree/main/skills/mutation-test commit 1ec2f71ee5

Frequently asked questions

npx skillmds@latest add lunarcommand/mutation-test