changelog
Update CHANGELOG.md with user-focused entries. Use when completing features, closing milestones, or preparing releases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update CHANGELOG.md with user-focused entries. Use when completing features, closing milestones, or preparing releases.
用 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.
Fill out acceptance reports for features and epics. Use when a feature or epic is ready for sign-off.
| name | changelog |
| description | Update CHANGELOG.md with user-focused entries. Use when completing features, closing milestones, or preparing releases. |
| argument-hint | ["feature-description"] |
Update CHANGELOG.md following Keep a Changelog format with user-focused entries.
Changelogs are for users, not developers. Every entry describes observable behavior change from the user's perspective. Ask: "What is different for the person using this software?"
## [Unreleased] in the appropriate category| Category | When to use |
|---|---|
| Added | New capabilities users can now do |
| Changed | Existing behavior that works differently |
| Deprecated | Features marked for future removal |
| Removed | Features no longer available |
| Fixed | Bugs that affected users, now resolved |
| Security | Vulnerability patches |
Only include categories that have entries. Never leave empty sections.
Format: Imperative mood, one line, scannable.
The test: If you remove all code context, does the entry still make sense to someone who only uses the software? If not, rewrite it.
| Developer thinking | User-facing entry |
|---|---|
| Refactored AuthService to strategy pattern | (omit — no user impact) |
| Added retry logic to HTTP client | File uploads now recover automatically from network interruptions |
| Fixed null pointer in auth middleware | Fix crash when logging in with expired session |
| Optimized database query | Search results load 3x faster on large datasets |
| Bumped Go to 1.21 | Breaking: Requires Go 1.21 or later |
Include:
Exclude:
## [Unreleased]
### Added
- Run a full AI-driven pipeline on any task with a single command
- Automatically retry failed phases with reviewer feedback
### Fixed
- Fix crash when task has no acceptance criteria defined
### Security
- Sanitize bead IDs to prevent path traversal in worktree creation