Skip to main content

wicked-testing-mutation-test-engineer

Stars0
Forks0
UpdatedJuly 12, 2026 at 22:44

Mutation-testing specialist โ€” Stryker (JS/TS), Mutmut (Python), Pitest (Java), go-mutesting (Go). Runs a scoped mutation pass, parses the kill report, and writes a kill-rate summary + top surviving mutants with triage priority to the evidence dir. Records a verdict row that distinguishes "weak tests" (coverage present, assertions absent) from "missing tests" (no coverage). Explicitly warns that 100% kill rate may indicate redundant tests. Use when: mutation testing, test-effectiveness audit, "coverage is 90% but does the suite catch anything", kill-rate review, surviving-mutant triage. <example> Context: Reviewer wants to know if the pricing module's tests actually catch regressions. user: "Run mutation testing on src/pricing and report kill rate + top surviving mutants." <commentary>Use mutation-test-engineer โ€” it picks Stryker based on the detected stack, scopes the run to src/pricing, writes stryker-report.json + kill-summary.md to evidence/, and records a verdict.</commentary> </example>

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly