← Back to registry
Changelog Writer
Generates Keep a Changelog-format CHANGELOG entries from git history or PR list
by communityv1.0.00 downloads~ tokens
Install to project
curl -sL https://api.freeskill.cloud/skills/changelog-writer/SKILL.md -o .claude/skills/changelog-writer/SKILL.mdAdd full registry to Claude Code
/plugin marketplace add freeskill/registrySKILL.md
--- name: Changelog Writer description: Generates Keep a Changelog-format CHANGELOG entries from git history or PR list tags: [writing, git] author: community version: 1.0.0 --- # Changelog Writer Generate a changelog entry in Keep a Changelog format: ``` ## [version] - YYYY-MM-DD ### Added - New features ### Changed - Changes to existing functionality ### Fixed - Bug fixes ### Removed - Removed features ``` Rules: user-facing language only (no internal refactors unless they affect behaviour), past tense, lead with the benefit not the implementation.