mutation-test
✓运行突变测试以验证代码覆盖范围之外的测试质量。在评估测试有效性、查找薄弱测试或验证测试套件质量时使用。
SKILL.md
Run mutation testing to measure test suite effectiveness. Mutation testing introduces small changes (mutants) to code and checks if tests catch them. High coverage with low mutation score indicates weak tests.
| Mutation Testing Theory | IEEE TSE (2019) | Papadakis et al. "Mutation Testing Advances" | | ICST Mutation Workshop | IEEE Annual | Mutation 2024 | | Stryker Mutator | Industry Tool | stryker-mutator.io | | PITest | Java Tool | pitest.org | | mutmut | Python Tool | github.com/boxed/mutmut |
| "Run mutation testing" | Execute mutation analysis | | "Check if my tests are effective" | Run mutation + analyze | | "Validate test quality" | Mutation score report | | "Are my tests catching real bugs?" | Mutation analysis | | "Find weak tests" | Identify low-score tests | | "Why did this bug escape tests?" | Mutation analysis on module |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 mutation-test?
运行突变测试以验证代码覆盖范围之外的测试质量。在评估测试有效性、查找薄弱测试或验证测试套件质量时使用。 来源:jmagly/ai-writing-guide。
如何安装 mutation-test?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/jmagly/ai-writing-guide
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01