mutation-test-runner

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

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category testing
Version 1.0.0
Stars 1,193
Downloads 3
self.md verified
Table of content

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

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/mutation-test-runner

Contents

Folders: agents, skills

Files: LICENSE, README.md

Documentation

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

Features

Installation

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

Usage

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

Mutation Types

License

MIT

Included Skills

This plugin includes 1 skill definition:

running-mutation-tests

|

View skill definition

Mutation Test Runner

This skill provides automated assistance for mutation test runner tasks.

Prerequisites

Before using this skill, ensure you have:

Instructions

Step 1: Prepare Test Environment

Set up the testing context:

  1. Use Read tool to examine configuration from {baseDir}/config/
  2. Validate test prerequisites are met
  3. Initialize test framework and load dependencies
  4. Configure test parameters and thresholds

Step 2: Execute Tests

Run the test suite:

  1. Use Bash(test:mutation-*) to invoke test framework
  2. Monitor test execution progress
  3. Capture test outputs and metrics
  4. Handle test failures and error conditions

Step 3: Analyze Results

Process test outcomes:

Step 4: Generate Report

Document findings in {baseDir}/test-reports/:

Output

The skill generates comprehensive test results:

Test Summary

Detailed Results

Each test includes:

…(truncated)

Source

View on GitHub

Tags: testing testingmutation-testingtest-qualitystrykerpitest