Changelog Curator
Installation
SKILL.md
Changelog Curator
What this skill does
This skill directs the agent to write or update a CHANGELOG.md that follows the Keep a Changelog format. It takes a list of commits, PR titles, or a git log dump, groups changes into the correct categories (Added, Changed, Fixed, Removed, Deprecated, Security), writes them in clear human-readable language, and formats the file correctly with semantic versioning and dates.
Use this before cutting a release, during sprint wrap-up, or when your changelog has fallen behind and you need to bring it up to date.
How to use
Claude Code / Cline
Copy this file to .agents/skills/changelog-curator/SKILL.md in your project root.
Then ask:
- "Use the Changelog Curator skill to update CHANGELOG.md for the v2.3.0 release. Here's the git log: [paste log]."
- "Use the Changelog Curator skill to create a CHANGELOG.md for these PRs: [list PRs]."