Execute mutation testing to evaluate test suite effectiveness. Use when performing specialized testing. Trigger with phrases like "run mutation tests", "test the tests", or "validate test effectiveness".
4.0
Rating
0
Installs
Testing & Quality
Category
This skill provides a generic testing framework template but fails to deliver on its stated purpose of mutation testing. The description promises 'mutation testing to evaluate test suite effectiveness,' but the implementation contains only generic test execution steps without any mutation-specific logic (no code mutators, mutation operators, or mutation score calculation). The structure is clear and well-organized, but the content is too generic—applicable to any testing task rather than the specialized mutation testing domain. A CLI agent could already perform these generic steps without this skill, so novelty is very low. To improve, the skill should include mutation-specific tools like configuring mutation operators, analyzing mutation scores, identifying surviving mutants, and using mutation testing frameworks (e.g., Stryker, PITest, mutmut).
Loading SKILL.md…