mutation-test-runner

v1.27.0 by Jeremy Longshore

Mutation testing to validate test quality by introducing code changes and verifying tests catch them

MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install mutation-test-runner@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Validate test suite effectiveness through mutation testing - introducing code changes and verifying tests catch them.

Features

  • Mutation generation - Arithmetic, logical, conditional mutations
  • Test validation - Verify tests catch introduced bugs
  • Mutation score calculation - Test quality metric
  • Survivor analysis - Identify weak test coverage
  • Framework support - Stryker, PITest, mutmut, Mutant

Skills (1) plugin-local skills

running-mutation-tests View full skill →

Execute mutation testing to evaluate test suite effectiveness.

ReadWriteEditGrepGlobBash(test:mutation-*)

How It Works


Run mutation testing on the validator module
Analyze mutation test results and suggest improvements

Ready to use mutation-test-runner?