适用环境
- Cursor
- Claude Code
- Codex
- GitHub Copilot
把意图、变更、验证、证据、风险和决策写成一份可评审的 Markdown。适合 PR 评论、本地 docs/qa/ 归档,或作为后续团队资产的起点。不依赖 SaaS。
把一次验证写成可检查的验收报告,沉淀为 Markdown 质量资产。
适用环境
输入
输出
下载 SKILL.md。
将 SKILL.md 复制到当前仓库的 .cursor/skills/openqa-acceptance-report/ 或对应 Agent 的 skills 目录。
在 Cursor、Claude Code、Codex 或 Copilot 中打开一个真实仓库,交给 Agent 验证一次变更。
不需要注册、不需要连接 OpenQA SaaS。GitHub 镜像将在仓库公开后提供。
已验证环境:Cursor Agent · Claude Code · 本地 Markdown 仓库
--- name: openqa-acceptance-report description: Write an inspectable software-change acceptance report in Markdown. Local only. No SaaS. license: Apache-2.0 --- # OpenQA Acceptance Report Write a change-acceptance record that another engineer can audit without talking to you. ## Goal Turn a verification run into a durable Markdown asset. The report is the product. ## File If the user does not specify a path, write: `docs/qa/acceptance/<date>-<short-change-id>.md` Never overwrite an existing report. Create a new file. ## Template ```markdown # Acceptance Record - Change: <PR, commit or branch> - Date: <ISO date> - Verifier: <agent or person> - Decision: merge | review | block ## Intent ## Change ## Verification ## Evidence ## Risk ## Decision ``` ## Rules - Every claim in Evidence must point to a command, log, screenshot or test name. - If a check was skipped, list it under Risk, not Evidence. - Decision must be one of: merge, review, block. - Keep the report short enough to read in five minutes. - Do not invent metrics, pass rates or coverage percentages. - Do not call OpenQA SaaS. This skill only writes local Markdown.
问题或改进建议: hello@openqa.cn