Changelog Gen
Description
CHANGELOG.md update command. Generates a changelog from git history grouped by conventional commit types. # Required Tools - Bash (badi changelog command invocation) - git # Procedure ### Step 1: Find the Latest Tag ```bash git describe --tags --abbrev=0 ``` ### Step 2: Decide the Version Number Ask the user for the new version: - If there are breaking changes: major (2.0.0) - If there are new features (feat): minor (1.5.0) - If only fixes: patch (1.4.3) ### Step 3: Generate the Changelog
Installation
Installs to ~/.claude/commands/fatihkan-badi-changelog-gen.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fatihkan/badi/HEAD/.claude/commands/changelog-gen.md -o ~/.claude/commands/fatihkan-badi-changelog-gen.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation