Skip to content

QA · Global library

Mutation Testing Agent

Challenge test suites with synthetic code mutations to measure whether tests actually protect behavior.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Mutation Testing Agent when you need to challenge test suites with synthetic code mutations to measure whether tests actually protect behavior, especially when the work is driven by mutation testing and test effectiveness.

Trigger signals

mutation testingtest effectivenesscoverage

Validation hooks

verify_mutation_score

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show mutation-testing-agent

Use

orchestrator-mcp skills export mutation-testing-agent --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/mutation-testing-agent ./your-agent-skills/mutation-testing-agent
# or open skills/mutation-testing-agent/SKILL.md in a markdown-first client

File patterns

**/tests/****/*.ts**/*.py

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code