From development-skills
Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-skills:changelogThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage `CHANGELOG.md` per Keep a Changelog 1.1.0 and SemVer 2.0.0:
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.npx claudepluginhub reidemeister94/development-skills --plugin development-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.