基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/reidemeister94/development-skills --skill changelog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Compare Claude Code and Codex on the same real code-change task with isolated worktrees, identical gates, transcripts, time, and cost.
Use when repository docs, README, AGENTS.md, rules, plans, chronicles, or ATLAS are stale or current work changed their lifecycle; archives task history, with --clean for corpus-wide cleanup.
Research current best practices and turn the evidence into a clear recommendation. Use for state-of-the-art, evidence-based, optimal-approach, comparison, or pros-and-cons questions in any field.
| name | changelog |
| description | Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release. |
| user-invocable | true |
| allowed-tools | Read, Edit, Write, Bash, AskUserQuestion |
Manage CHANGELOG.md per Keep a Changelog 1.1.0 and SemVer 2.0.0:
Edit only CHANGELOG.md. Never change version files, commit, or tag; release prints suggested commands.
Resolve add, from-commits (commits), or release from $ARGUMENTS or the request; ask if ambiguous.
root=$(git rev-parse --show-toplevel 2>/dev/null) || root=.
ls "$root/CHANGELOG.md" 2>/dev/null
Always use $root/CHANGELOG.md, never a cwd-relative path.
add/from-commits: create the standard linked title, intro, and ## [Unreleased] skeleton.release: stop and suggest /changelog add or /changelog from-commits.[Unreleased] (add, from-commits)Append - <imperative description> to its category under [Unreleased], creating the category in canonical order. Never edit released sections or date [Unreleased].
Load writing guidelines for entry rules, commit mapping, and SemVer bumps.
references/release.md.The changelog, not git tags, is the source of truth for what shipped — derive entries, don't mirror the log.
<latest-tag>..HEAD; without tags, find the commit for the latest released section. Without either baseline, show the commit count and ask for all, last 30, last 100, or another range. Never silently choose all.