acceptance
Fill out acceptance reports for features and epics. Use when a feature or epic is ready for sign-off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fill out acceptance reports for features and epics. Use when a feature or epic is ready for sign-off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capsule pipeline architecture, signal contract, and phase orchestration. Auto-applied when working on internal/orchestrator/, internal/provider/, scripts/, prompts/, or pipeline-related code.
Safe shell scripting patterns for untrusted data in capsule pipeline scripts. Auto-applied when editing scripts/, templates/, or bash code that handles LLM output, task descriptions, or user feedback.
Update CHANGELOG.md with user-focused entries. Use when completing features, closing milestones, or preparing releases.
| name | acceptance |
| description | Fill out acceptance reports for features and epics. Use when a feature or epic is ready for sign-off. |
| argument-hint | ["feature-or-epic-id"] |
Fill out acceptance reports using the templates in docs/templates/.
"Is this done, and how do we know?" Every acceptance report answers this with evidence. A claim without proof is fiction.
docs/templates/feature-acceptance.md or docs/templates/epic-acceptance.md)bd show <id>) to get title, description, acceptance criteria, and parent epicdocs/features/<id>-acceptance.md or docs/epics/<id>-acceptance.mdDeclarative, not imperative. Describe what the system does, not what the developer did.
Binary. Every criterion is pass or fail. If you can't answer yes/no, the criterion is too vague.
Evidence-linked. Every "Verified: Yes" needs a test name, command, or output reference.
3-5 per feature. More suggests the feature should be split. Fewer suggests missing coverage.
| Developer thinking | Acceptance criterion |
|---|---|
| Implemented retry logic in HTTP client | File uploads recover from network interruptions |
| Added selective staging in merge script | Only implementation files appear on main after merge |
| Wrote test for edge case | Merge fails gracefully when worktree is missing |
| Refactored to strategy pattern | (omit — no observable behavior change) |
Include:
Exclude: