git log --oneline --stat
HEAD
- Stars
- 2.7k
- Forks
- 157
- Updated
- May 27, 2026
repo --stat
stars
2.7k
forks
157
last update
May 27, 2026
license
MITv2.0.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add changelog-generator - Invoke
// Run from any project directory
$ claude --skill changelog-generator "wire up a GitHub Actions deploy" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill changelog-generator "now refactor it"
changelog-generator/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Changelog Generator
- slug:
- changelog-generator
- version:
- v2.0.0
- license:
- MIT
- author:
- @changecraft
- repository:
- github.com/changecraft/changelog-generator
- categories:
- tags:
- #changelog#release-notes#keep-a-changelog#semver#documentation
- description:
Build CHANGELOG.md from git history — Keep-a-Changelog format, grouped by Added/Changed/Fixed/Removed.
features.md
3 capabilities
// What you can do with it
- Automates the tedious parts of the workflow.
- Gives Claude the right context, tools, and guardrails.
- Produces consistent, reviewable output every time.
README.md
changelog-generator/README.md
5 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…