Generate professional changelogs from git commit history with automatic categorization and semantic versioning.
Generate professional changelogs from git commit history with automatic categorization and semantic versioning. Use it to create formatted changelog files between specific tags or commits.
/plugin marketplace add joaquimscosta/arkhe-claude-plugins/plugin install git@arkhe-claude-pluginsGenerate professional changelogs from git commit history with automatic categorization and semantic versioning.
/changelog [options]
--since <commit/tag> - Generate since specific commit/tag (default: last tag)--until <commit/tag> - Generate until specific commit/tag (default: HEAD)--output <file> - Output file path (default: CHANGELOG.md)--format <style> - Output format: keepachangelog, conventional, github--version <version> - Version number (auto-detected if not provided)--append - Append to existing changelog--no-group - Don't group commits by type/changelog # Generate since last tag
/changelog --since v1.0.0 --version 1.1.0 # Specific version range
/changelog --format github # GitHub-style format
Invoke the Skill tool with skill name "git:generating-changelog" and arguments: $ARGUMENTS
The skill will handle git history analysis, commit categorization, semantic versioning detection, and multiple output formats.
For detailed documentation, see git/skills/generating-changelog/SKILL.md.