test-mutation
Mutation Testing - Test Quality Verification
I'll help you verify the quality of your test suite through mutation testing. This technique introduces small changes (mutations) to your code and verifies that your tests catch them.
What is Mutation Testing? Mutation testing evaluates test effectiveness by:
- Creating mutants (modified versions of your code)
- Running tests against each mutant
- Calculating mutation score (% of mutants killed by tests)
- Identifying weak tests that don't catch bugs
Quick Start: Mutation testing verifies test quality by introducing code changes and checking if tests catch them. This skill optimizes token usage through incremental testing and sample-based analysis.
Phase 1: Detect Project and Tools
First, let me analyze your project setup:
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11