Changelog Updater banner
felixhennequin-gif felixhennequin-gif

Changelog Updater

Development community

Description

--- name: changelog-updater description: Parses commits between the most recent tag and HEAD, then appends Keep a Changelog-formatted entries to `CHANGELOG.md` under `## [Unreleased]`. Use after merging PRs, before cutting a release. Does not bump version numbers, does not create tags, does not commit — those are human decisions. model: haiku tools: Read, Edit, Bash(git tag:*), Bash(git log:*), Bash(git diff:*) --- <!-- Stack-agnostic worker — copy as-is, no editing required. --> <!-- The Edit

Installation

Installs to ~/.claude/agents/felixhennequin-gif-claude-code-config-template-changelog-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/felixhennequin-gif/claude-code-config-template/HEAD/.claude/agents/changelog-updater.md -o ~/.claude/agents/felixhennequin-gif-claude-code-config-template-changelog-updater.md

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

Full documentation available on GitHub

View Source Repository