一键导入
update-changelog
Manual-only repo workflow. Use only when explicitly invoked as update-changelog or by SKILL.md path; do not auto-select from related requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manual-only repo workflow. Use only when explicitly invoked as update-changelog or by SKILL.md path; do not auto-select from related requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manual-only repo workflow. Use only when explicitly invoked as uat-regression or by SKILL.md path; do not auto-select from related requests.
Manual-only repo workflow. Use only when explicitly invoked as doc-regression or by SKILL.md path; do not auto-select from related requests.
Manual-only repo workflow. Use only when explicitly invoked as doc-suite-updater or by SKILL.md path; do not auto-select from related requests.
Manual-only repo workflow. Use only when explicitly invoked as fastmcp-spike-guide or by SKILL.md path; do not auto-select from related requests.
Manual-only repo workflow. Use only when explicitly invoked as omnifocus-api-ground-truth-audit or by SKILL.md path; do not auto-select from related requests.
Manual-only repo workflow. Use only when explicitly invoked as test-omnifocus-operator or by SKILL.md path; do not auto-select from related requests.
基于 SOC 职业分类
| name | update-changelog |
| description | Manual-only repo workflow. Use only when explicitly invoked as update-changelog or by SKILL.md path; do not auto-select from related requests. |
Add the latest completed milestone(s) to CHANGELOG.md.
CHANGELOG.md — note the highest versioned entry (e.g., [1.3.3]).planning/STATE.md — note the current milestone.planning/milestones/ — find any milestone audits between the last changelog entry and the current milestoneFor each missing milestone version:
Check if .planning/milestones/v{VERSION}-MILESTONE-AUDIT.md exists
If it exists and status: passed, proceed to Step 3
If it doesn't exist or didn't pass, tell the user:
"Milestone v{VERSION} doesn't have a passing audit yet. Run
/gsd-audit-milestonefirst, then come back."
Stop here — don't generate changelog entries for unaudited milestones.
For each audited milestone, read these sources (in priority order):
.planning/milestones/v{VERSION}-REQUIREMENTS.md — the requirements (source of truth for what was delivered).planning/milestones/v{VERSION}-MILESTONE-AUDIT.md — the audit (what was verified).planning/milestones/v{VERSION}-phases/ — detailed implementation resultsNote: .research/updated-spec/MILESTONE-v{VERSION}.md is the initial spec — it may be outdated as milestones evolve during development. Always prefer the requirements and audit in .planning/milestones/ as the source of truth. Also check .planning/archive/ for milestones that have been archived after completion.
Generate a changelog entry following the existing format in CHANGELOG.md:
## [1.3.3] - Ordering & Move Fix)## [Unreleased] and before the previous version[Unreleased] has items that belong to this version, move them into the new entrydocs: update CHANGELOG for v{VERSION}## [1.3.3] - Ordering & Move Fix
### Added
- `order` field on task responses — 1-based integer reflecting outline order
### Fixed
- `moveTo beginning/ending` on same container no longer silently ignored