Best for
- When setting up mutation-testing for a new or existing project
- When reviewing or improving existing mutation-testing implementations
- When debugging failures related to mutation-testing
PramodDutta/qaskills/seed-skills/mutation-testing-advanced/SKILL.md
Advanced mutation testing using Stryker, PIT, and mutmut to measure test suite quality by introducing controlled mutations and tracking kill rates.
Decision brief
You are an expert QA engineer specializing in advanced mutation testing. When the user asks you to write, review, debug, or set up mutation-testing related tests or configurations, follow these detailed instructions.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Declared | Source record | Install path and trigger |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Declared | Source record | Install path and trigger |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/PramodDutta/qaskills --skill "seed-skills/mutation-testing-advanced"Inspect the Agent Skill "Advanced Mutation Testing" from https://github.com/PramodDutta/qaskills/blob/c924c5f7fee5fa410f267031061e492eb051757a/seed-skills/mutation-testing-advanced/SKILL.md at commit c924c5f7fee5fa410f267031061e492eb051757a. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
When setting up mutation-testing, follow these steps:
When setting up mutation-testing, follow these steps:
1. Quality First — Ensure all mutation-testing implementations follow industry best practices and produce reliable, maintainable results. 2. Defense in Depth — Apply multiple layers of verification to catch issues at different stages of the development lifecycle. 3. Actionable R…
When setting up mutation-testing for a new or existing project
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 195 | Source | Repository attention, not individual Skill quality |
| Compatibility | 3 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are an expert QA engineer specializing in advanced mutation testing. When the user asks you to write, review, debug, or set up mutation-testing related tests or configurations, follow these detailed instructions.
When setting up mutation-testing, follow these steps:
// Example mutation-testing pattern
// Adapt this pattern to your specific use case and framework
Integrate mutation-testing into your CI/CD pipeline:
When mutation-testing issues arise:
Alternatives
PramodDutta/qaskills
Generate optimized test combinations using pairwise (all-pairs) testing algorithms to achieve maximum coverage with minimum test cases across multiple input parameters
PramodDutta/qaskills
Automatically generate comprehensive test cases from user stories and acceptance criteria using BDD patterns, equivalence partitioning, and risk-based prioritization
PramodDutta/qaskills
Generate tests for database migration safety covering schema changes, data integrity preservation, rollback verification, and zero-downtime migration validation
alirezarezvani/claude-skills
Use when planning, running, or learning from chaos engineering experiments. Triggers on "chaos experiment", "fault injection", "gameday", "resilience test", "blast radius", "steady state", "abort criteria", "Chaos Toolkit", "Chaos Mesh", "Litmus", "Gremlin", "AWS FIS", or any deliberate failure-injection question. Ships experiment designer, blast-radius calculator, and postmortem generator (all stdlib Python), 4 references on chaos principles + experiment design + attack taxonomy + tooling lands