ai-qa-review

仓库创建 2026年3月24日最近提交 1 个月前SkillHot 收录 2 天前
▸ 精选理由

把定性评审与变异测试结合,帮助团队识别假阳性和可测性问题。

▸ 风险提示

通常需访问代码仓库与测试运行权限

这个 Skill 做什么

审查现有测试代码,识别可读性/可靠性/诊断性等测试异味并结合变异测试量化质量。

检查现有测试代码的质量和“测试异味”,会从可读性、可靠性、诊断价值、设计、AI 生成痕迹和覆盖六个维度指出问题。还会评估被测代码的可测性,并用 mutation testing(变异测试)把定性问题量化成能看的分数或门槛。适合你说“帮我审查测试”“做测试质量审计”时用,不负责生成新测试用例。

▸ 展开 SKILL.md 英文原文

Review EXISTING test code for quality, smells, and testability issues. Detects test smells across six dimensions — readability, reliability, diagnostic value, design, AI-generated, and coverage — analyzes testability of application code, and backs the qualitative smells with mutation testing. Use when: "review my tests," "test quality audit," "test smells," "testability analysis," "are these tests any good." Not for: generating new tests — use `ai-test-generation`. Not for: testing AI features in your product — use `ai-system-testing`. Related: unit-testing, shift-left-testing, coverage-analysis, ai-test-generation.

开发编程测试评审测试异味变异测试通用
47
Stars
10
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/ai-qa-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/ai-qa-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<objective>
QA-focused code review that detects test smells, analyzes testability of application code, and identifies coverage gaps. A test that asserts `toBe(true)` and a 95%-coverage suite that only feeds happy-path input both look green and both hide bugs — this skill names the smell, cites the line, and converts "looks fine" into a mutation-score gate.

**Before starting:** Check for `.agents/qa-project-context.md` in the project root. It contains test framework conventions, naming patterns, and project-specific quality standards that calibrate review feedback.
</objective>

---

## Quick Route

Three distinct entry paths. Pick the row, then jump to the named section.

| Situation | Path
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有