Help us improve
Share bugs, ideas, or general feedback.
From godmode
Generates CHANGELOG.md from git history in Keep a Changelog format using Conventional Commits. Produces release notes, migration guides, breaking change docs, and tooling setup. Supports version-specific, audience-targeted, and full regen modes.
npx claudepluginhub arbazkhan971/godmodeHow this command is triggered — by the user, by Claude, or both
Slash command
/godmode:changeloggodmode/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /godmode:changelog Changelog and release notes management — Keep a Changelog format, Conventional Commits auto-generation, audience-specific release notes, breaking change communication, and migration guide generation. ## Usage ## What It Does 1. Analyzes commit history since the last release (types, counts, contributors) 2. Determines version bump from Conventional Commits (major, minor, patch) 3. Generates CHANGELOG.md entries in Keep a Changelog format 4. Writes audience-specific release notes (developers vs end users) 5. Documents breaking changes with before/after code examples...
/add-changelogGenerates and maintains project CHANGELOG.md in Keep a Changelog format using conventional commits, git history, and npm tools like conventional-changelog-cli.
/changelog-generatorGenerates changelogs and release notes from conventional commits, bumps semantic versions, and updates CHANGELOG.md. Supports generate, update, bump, and release-notes actions.
/generate-changelogGenerates changelog from git history using conventional commits, grouping by type and version. Updates or prepends to CHANGELOG.md in Keep a Changelog format. Supports --from and --to flags.
/devkit.generate-changelogGenerates and updates project CHANGELOG.md from Git history in Keep a Changelog format with Conventional Commits and auto-version detection from build files. Supports init, update, release, preview, validate actions.
/changelogGenerates changelogs from git commit history with automatic categorization, semantic versioning detection, and multiple output formats.
/write-changelogGenerates detailed changelog entry from git commits and merged PRs since last release tag. Classifies changes, adds user-facing descriptions with PR links and credits, prepends to CHANGELOG.md.
Share bugs, ideas, or general feedback.
Changelog and release notes management — Keep a Changelog format, Conventional Commits auto-generation, audience-specific release notes, breaking change communication, and migration guide generation.
/godmode:changelog # Generate changelog entry for next release
/godmode:changelog --setup # Set up Conventional Commits and auto-changelog
/godmode:changelog --release 2.0.0 # Generate changelog for specific version
/godmode:changelog --migration v1 v2 # Generate migration guide between versions
/godmode:changelog --notes # Write user-facing release notes
/godmode:changelog --dev-notes # Write developer-facing release notes
/godmode:changelog --breaking # List and document breaking changes only
/godmode:changelog --full # Regenerate entire changelog from git history
/godmode:changelog --dry-run # Preview changelog without writing files
/godmode:changelog --format keepachangelog # Output format (keepachangelog, conventional, github)
"changelog: generate CHANGELOG.md for v<version>"After changelog: /godmode:ship to publish the release, or /godmode:opensource for full project management.
/godmode:changelog # Auto-generate from commits
/godmode:changelog --setup # Configure commit conventions
/godmode:changelog --migration v1 v2 # Write v1-to-v2 migration guide
/godmode:changelog --notes --release 2.0.0 # User-facing notes for v2.0.0