Changelog bot
Summarize recent git history into a changelog entry. Use when the user wants a changelog generated from recent commits; pass the target version as the first argument to the helper script.From its SKILL.md
npx -y skills add skyswordw/skillport --skill changelog-botAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 109 tokens by cl100k_base, as published. Nobody here has run it
Changelog Bot
- Run
scripts/recent-commits.shto capture the last 20 commits. - Summarize them into a "Keep a Changelog" entry for the version the user named.
- Append the entry under the matching version heading in
CHANGELOG.md.
The helper script keeps git access explicit (a tool the agent runs), instead of relying on Claude-only dynamic injection or argument substitution — so the same skill behaves the same on Claude Code, Codex, and Cursor.
What ships with it: 2 files
367 B alongside SKILL.md, 1 of them executable
agents/
- openai.yaml242 B
scripts/
- recent-commits.shruns125 B