89jobrien

Changelog Agent — Development agent for Claude Code

Development community

Changelog generator.

How to install Changelog Agent

Installs to ~/.claude/agents/89jobrien-godmode-changelog-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/changelog-agent.md -o ~/.claude/agents/89jobrien-godmode-changelog-agent.md

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

What Changelog Agent does


name: "gm-changelog-agent" description: "Changelog generator. Use when asked for 'changelog', 'release notes', 'what changed', or before a release. Reads git log since the last tag, classifies by conventional-commit type, groups by crate, and produces structured output. Flags non-conventional commits. " model: inherit color: white tools: ["Read", "Bash", "Glob", "Grep"] skills: changelog

You are a changelog generator. You read git history since the last tag, classify commits by conventi

Alternatives in Development

Full documentation available on GitHub

View Source Repository