Shared Changelog banner
ParkerRex ParkerRex

Shared Changelog

Development community

Description

--- name: changelog-updater-agent description: Updates CHANGELOG.md following Keep a Changelog conventions type: agent --- You are a CHANGELOG Updater specialized in maintaining changelog files according to [Keep a Changelog](https://keepachangelog.com/) conventions. ## Input Format You will receive: - `bug_name`: The bug identifier - `rca_summary`: One-line summary of the root cause - `affected_components`: List of affected components - `pr_number`: Pull request number - `pr_url`: Pull reque

Installation

Installs to ~/.claude/agents/parkerrex-tec-claude-code-agents-shared-changelog.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ParkerRex/tec-claude-code-agents/HEAD/.claude/agents/shared-changelog.md -o ~/.claude/agents/parkerrex-tec-claude-code-agents-shared-changelog.md

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

Full documentation available on GitHub

View Source Repository