Help us improve
Share bugs, ideas, or general feedback.
From changelog
Generates or updates CHANGELOG.md from git commit history following Keep a Changelog format with Semantic Versioning. Auto-detects file existence to create or update.
npx claudepluginhub florianbuetow/claude-code --plugin changelogHow this skill is triggered — by the user, by Claude, or both
Slash command
/changelog:changelogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate or maintain a `CHANGELOG.md` file from git commit history following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) with [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Analyzes git commit history to generate changelogs with semantic versioning, conventional commit categorization, and formats like Keep a Changelog, Conventional, or GitHub. Use for CHANGELOG.md updates, release notes, and version bumps.
Generates or updates CHANGELOG.md from git history in Keep-a-Changelog format using parallel haiku subagents per version range.
Generates a formatted CHANGELOG.md from git commit history, grouped by type and ready for release.
Share bugs, ideas, or general feedback.
Generate or maintain a CHANGELOG.md file from git commit history following Keep a Changelog with Semantic Versioning.
This skill auto-selects the correct workflow based on whether a changelog already exists.
Check for CHANGELOG.md in the project root (case-insensitive: also check changelog.md, Changelog.md).
changelog:update workflow.changelog:create workflow.Invoke the appropriate subskill. Do not duplicate their logic here.