changelog
Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
changelog
Manage CHANGELOG.md per Keep a Changelog 1.1.0 and SemVer 2.0.0:
- add: one entry;
- from-commits: derive entries from Conventional Commits;
- release: cut a version.
Edit only CHANGELOG.md. Never change version files, commit, or tag; release prints suggested commands.
Step 1 — Resolve the action
Resolve add, from-commits (commits), or release from $ARGUMENTS or the request; ask if ambiguous.
Step 2 — Pre-flight (all actions)
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.
- Existing: read and preserve style.
- Missing for
add/from-commits: create the standard linked title, intro, and## [Unreleased]skeleton. - Missing for
release: stop and suggest/changelog addor/changelog from-commits.
Step 3 — Insert under [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].
Step 4 — Run the action
Load [writing guidelines](references/writing-guidelines.md) for entry rules, commit mapping, and SemVer bumps.
- add — use the user's text or ask for one of the six categories and a ≤15-word description; tighten and insert it.
- from-commits — follow the process below.
- release — follow
references/release.md.
from-commits
The changelog, not git tags, is the source of truth for what shipped — derive entries, don't mirror the log.
- Range: use
<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. - Gather: inspect subjects and bodies; breaking footers may be in bodies.
- Derive: map, filter, aggregate, and deduplicate per the guidelines. Collapse a 10–20-commit feature into 1–3 user-facing entries.
- Confirm: show grouped proposals plus skipped or aggregated items with reasons, then insert only after approval.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/reidemeister94/development-skills/skills/changelog/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 changelog 的技能。它们内容并不相同,别混用:
- hashgraph-online/awesome-codex-plugins — Record shipped work in the monthly changelog (append-only). Use when something ships or wh