qa-metrics

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

把指标与具体行动绑定,帮助仪表盘成为有效反馈回路

这个 Skill 做什么

定义并跟踪关键 QA 指标(覆盖率、波动率、缺陷逃逸率等)并给出应对动作。

把 QA 的关键指标量化、跟踪并告诉你指标变坏时该怎么做,涵盖覆盖率、波动率(flakiness)、缺陷逃逸率、MTTR、执行时间等。在需要设定质量 KPIs、看板或判断测试健康时用,能把仪表盘从“好看”变成真正的反馈回路。特别之处是每个指标都有公式、合理目标、负责人和红灯时的具体应对动作。

▸ 展开 SKILL.md 英文原文

Define, track, and act on QA metrics: test coverage percentage, flakiness rate, defect escape rate, MTTR, test execution time trends, automation ROI, quality gates, and SLAs for test suites. Includes metric formulas, realistic targets by company stage, and the action to take when each metric goes red. Use when: "QA metrics," "test metrics," "quality KPIs," "test health," "flakiness rate," "defect escape rate." Not for: building the dashboard UI (Allure/Grafana) — use qa-dashboard; measuring coverage gaps and mutation score — use coverage-analysis. Related: qa-dashboard, coverage-analysis, ci-cd-integration, release-readiness, quality-postmortem.

开发编程指标覆盖率缺陷率SLA通用
47
Stars
10
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-metrics/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-metrics/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<objective>
A suite with 4,000 tests where 800 are disabled and 200 are flaky looks healthy on a slide and lies in production. This skill defines the metrics that actually change behavior — each one with a formula, a target, an owner, and a concrete action when it goes red — so the dashboard becomes a feedback loop instead of decoration.
</objective>

## Quick Route

| Your situation | Metric to reach for | Section / reference |
|---|---|---|
| No metrics yet, where to start | code coverage, flakiness, defect escape | Core Principles + `references/rollout.md` |
| Bugs escaping despite high coverage | defect escape rate + mutation score | Coverage Metrics, Defect Metrics |
| Tests flaky, devs
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有