Changelog Generator banner
chrismccoy chrismccoy

Changelog Generator

Documentation community

Description

--- description: Build a user-facing changelog from a repo's entire git history by reading actual diffs, not commit messages argument-hint: [optional path to a git repository] allowed-tools: Bash, Read, Write, Grep, Glob, Task disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/changelog-generator/SKILL.md` in full before > anything else - intake, tool calls, or output. That file is the authoritative > procedure for this command; every mention of "the `changelog

Installation

Installs to ~/.claude/skills/chrismccoy-forge-changelog-generator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-changelog-generator && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/changelog-generator.md -o ~/.claude/skills/chrismccoy-forge-changelog-generator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository