Mutation Testing
Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.
- Type
- plugin
- GitHub stars
- ★ 6K
- Repository
- trailofbits/skills
- Category
- —
Install
1Quick install (skills CLI)
npx skills add trailofbits/skills --skill mutation-testing --agent claude-codeInstalls mutation-testing into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/plugins/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.