Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:18 +08:00
commit 0da58a18e5
11 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for mutation-test-runner skill
- [ ] mutation_testing_frameworks.md: Documentation on how to use different mutation testing frameworks (Stryker, PITest, mutmut, Mutant) with the skill.
- [ ] mutation_types.md: Detailed explanation of the different types of mutations applied (arithmetic, logical, conditional, boolean).
- [ ] mutation_score_interpretation.md: Guide on interpreting the mutation score and identifying areas for test improvement.