How this skill is triggered — by the user, by Claude, or both
Slash command
/create-changelog:create-changelogThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform git commits into user-friendly changelogs following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) specification.
Transform git commits into user-friendly changelogs following Keep a Changelog specification.
Get commits since last release point:
Categorize and transform into user-friendly changelogs:
## [1.0.0] - 2024-01-01), NO preamble, NO [Unreleased]Write to existing changelog file, or CHANGELOG.md if none exists
npx claudepluginhub nonoroazoro/ai --plugin create-changelogGenerates a formatted CHANGELOG.md from git commit history, grouped by type and ready for release.
Generates user-facing changelogs from git commits by categorizing changes and translating technical messages into customer-friendly release notes.
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.