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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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: