一键导入
acceptance-check
Produce a QA acceptance report for a task or change set following the acceptance-document field standard in docs/claude/standards.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Produce a QA acceptance report for a task or change set following the acceptance-document field standard in docs/claude/standards.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a pre-QA implementation self-check against task scope, acceptance criteria, validation evidence, and pending diff.
Generate or append a task entry into tasks-pX.md following the task-list field standard defined in docs/claude/standards.md.
Produce a read-only release readiness recommendation from implementation results, QA evidence, environment details, and rollback conditions.
Read pending diff, PRs, task results, or selected files and produce a structured review without modifying code.
Read OPC run artifacts and summarize token, API call, duration, and cost-related usage without invoking models or tools.
Convert a PRD, bug report, or task description into structured test points and targeted validation commands.
| name | acceptance-check |
| description | Produce a QA acceptance report for a task or change set following the acceptance-document field standard in docs/claude/standards.md. |
按 docs/claude/standards.md#验收文档应至少包含 的字段结构,对一项任务或一组改动给出 QA 验收结论。
/acceptance-check <验收对象>
示例:
/acceptance-check tasks-p5.md 中 T1-T7/acceptance-check src/opc/agent.py 的工具循环上限输出必须严格包含以下 5 个字段:
通过 / 不通过 / 部分通过,并列出未通过项[file.md:12](path/file.md#L12);长任务还必须标明 evidence / handoff / 前置读取是否齐全。/task-spec 配合)。[示例:可清空上下文继续]
[验收对象] ...
[验收标准]
- 标准 1: ...
- 标准 2: ...
[检查方法]
- 命令 / 文件 / 对比项
[结果记录]
- 标准 1 → 通过 / 不通过(证据:path:line)
- 标准 2 → ...
[可恢复性结论] 可清空上下文继续(证据:任务条目、evidence、handoff、前置读取记录齐全)
[结论] 通过 / 不通过 / 部分通过
[未通过项 & 后续动作] (仅当非"通过"时)
[示例:不可清空上下文继续]
[验收对象] ...
[验收标准]
- 标准 1: ...
[检查方法]
- 命令 / 文件 / 对比项
[结果记录]
- 标准 1 → 部分通过(证据:path:line)
- evidence / handoff / 前置读取记录 → 不通过(缺少验证证据或交接信息)
[可恢复性结论] 不可清空上下文继续
[结论] 部分通过 / 不通过
[未通过项 & 后续动作]
- 补齐验证证据、交接信息或前置读取记录后重新验收