Turn conventional commits into a polished changelog.
Automatically generate beautiful, well-structured changelogs from your Git history with smart categorization, version grouping, and release note formatting.
claude skill install changelog-gen
# Generate changelog from last tag to HEAD
/changelog-gen generate
# Create release notes for a specific version range
/changelog-gen release --from v1.2.0 --to v1.3.0
Parses your Git commit history using conventional commit patterns to categorize changes automatically. Groups commits by semantic version boundaries and formats them into structured changelog entries. Supports custom commit type mappings and changelog templates.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.