mutation-testing

Installation
SKILL.md

Mutation Testing

Overview

This skill sets up mutation testing to evaluate test suite quality by introducing deliberate code changes (mutants) and verifying tests catch them. A high mutation score indicates tests are effective at catching real bugs.

Version: 0.1.0 Status: Initial Release

What This Skill Does

Mutation Testing Workflow:

  1. Analyze codebase to identify mutation targets
  2. Generate mutants (deliberate code changes)
  3. Run test suite against each mutant
  4. Report mutation score and surviving mutants
  5. Recommend test improvements for weak spots
Related skills

More from cskiro/claudex

Installs
1
Repository
cskiro/claudex
GitHub Stars
4
First Seen
Apr 4, 2026