Stryker mutation testing for assessing test suite quality and effectiveness
Executes mutation testing to evaluate test suite effectiveness and identify coverage gaps.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis skill provides expert-level capabilities for Stryker-based mutation testing, enabling test quality assessment by introducing code mutations and measuring test effectiveness.
mutation-testing.js - Mutation testing implementationquality-gates.js - Mutation score gatesshift-left-testing.js - Early test quality validation@stryker-mutator/core - Stryker core{
kind: 'skill',
skill: {
name: 'stryker-mutation',
context: {
action: 'execute',
configFile: 'stryker.conf.json',
mutate: ['src/**/*.ts'],
thresholds: {
high: 80,
low: 60,
break: 50
}
}
}
}
The skill uses stryker.conf.json or stryker.conf.js and supports incremental testing for faster feedback.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.