nw-ad-critique-dimensions
仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由
能发现 happy-path 偏差与覆盖缺失,适合 QA 与产品评审使用。
这个 Skill 做什么
用于评审验收测试质量与覆盖性的检核维度集合。
用于审查验收测试的质量和覆盖,检查是否只写“成功路径”、是否符合 GWT(Given-When-Then)、业务语言是否清晰以及覆盖和可追溯性。适合在交付、验收或测试评审时使用,能帮你发现缺失的错误场景、优先级问题和可观测断言。
▸ 展开 SKILL.md 英文原文
Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking skeleton user-centricity, priority validation, observable behavior assertions, traceability coverage, and walking skeleton boundary proof
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-ad-critique-dimensions/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-ad-critique-dimensions/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Acceptance Test Critique Dimensions Load when performing peer review of acceptance tests (during *handoff-develop). ## Dimension 1: Happy Path Bias **Pattern**: Only successful scenarios, error paths missing. Detection: Count success vs error scenarios. Error should be at least 40%. Missing coverage examples: login success but no invalid password | Payment processed but no decline/timeout | Search results but no empty/error cases. Severity: blocker (production error handling untested). ## Dimension 2: GWT Format Compliance **Pattern**: Scenarios violate Given-When-Then structure. Violations: Missing Given context | Multiple When actions (split into separate scenarios) | Then with t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有