skills/qa-review/SKILL.md
统一质量审查、命令验证、阻断修复与交付前质量闭环。
npx skillsauth add hellowind777/helloagents qa-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
qa-review 是新的统一质量入口。
它取代旧的“先 review、再 verify”双路径,统一负责:
artifacts/qa-review.jsonstandard:默认模式。聚焦当前变更、相关配置和真实风险边界,避免无关扩查deep:高风险或长任务收尾模式。按 12 维做更完整的阻断性审查,并优先补齐证据链若 contract.json 提供 qaMode 与 qaFocus,优先服从它。
所有模式至少覆盖以下维度:
deep 模式下,再补查:
阻断问题必须给出:
{file}:{line}不要只给泛泛评价。
验证命令来源:
.helloagents/verify.yamlpackage.json 的 lint / typecheck / test / buildpyproject.toml 的 ruff / mypy / pytest命令失败时:
完成本次质量闭环后,立即调用:
scripts/qa-review-state.mjs write
写当前会话 artifacts/qa-review.json,至少记录:
qaModescopeoutcomeconclusionfindingsfileReferencescommands若仍有阻断问题,outcome 必须写为 findings。
不要让运行时从自然语言里猜结论。
qa-review.json,不能把当前结果当成可信质量闭环advisor.json / visual.json / closeout.json,必须继续补齐data-ai
使用子代理执行任务、并行开发、分派工作时使用。确保子代理有清晰的上下文和验证标准。
testing
统一质量命令 — 审查、命令验证、阻断修复、回归验证与收尾前质量闭环(~qa 命令)
data-ai
按任务类型适用 — 建立质量驱动工作流,通过技能标准、流程纪律和检查清单保障交付质量
tools
已进入显式 UI 工作流、宿主全局模式下的 UI 任务、已初始化项目的视觉变更、设计系统改造或需要视觉验收时使用;在通用 UI 基线之上补充项目契约执行、设计系统映射与视觉验证。