add-mutation-testing

Setup mutation testing for code quality

Content Preview
# Add Mutation Testing

Setup mutation testing for code quality

## Instructions

1. **Mutation Testing Strategy Analysis**
   - Analyze current test suite coverage and quality
   - Identify critical code paths and business logic for mutation testing
   - Assess existing testing infrastructure and CI/CD integration points
   - Determine mutation testing scope and performance requirements
   - Plan mutation testing integration with existing quality gates

2. **Mutation Testing Tool Selection**
  
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/add-mutation-testing.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/add-mutation-testing.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/add-mutation-testing.md

Related Skills