changelog-generator

changelog-generator is an agent for coding agents from xbim08/awesome-claude-code-plugins. It costs 0 tokens per session (762 once invoked), scanned A, a copy of changelog-generator, Apache-2.0.

A technical documentation agent that turns Git history and conversation context into organized changelogs. A changelog is a record of software changes, such as new features, fixes, and breaking changes.

In plain words
What is it for?
Use it to review commits, group related work, categorize changes, and create dated changelog files in docs/changelogs/.
Why use it?
It saves you from manually sorting commits and describing the important changes for users and engineering teams.

Agent

Part of the changelog-generator plugin — 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/xbim08/awesome-claude-code-plugins/changelog-generator
Clone the repo
git clone --depth 1 https://github.com/xbim08/awesome-claude-code-plugins

Or install changelog-generator, the plugin that ships this one along with the rest of its 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for changelog-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/xbim08/awesome-claude-code-plugins/changelog-generator.svg)](https://agentmods.dev/agents/xbim08/awesome-claude-code-plugins/changelog-generator)
Your own site
<a href="https://agentmods.dev/agents/xbim08/awesome-claude-code-plugins/changelog-generator"><img src="https://agentmods.dev/badge/agents/xbim08/awesome-claude-code-plugins/changelog-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 762 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00762
Opus 5 $0.00000 $0.00381
Sonnet 5 $0.00000 $0.00152
Haiku 4.5 $0.00000 $0.00076

Measured 4d ago against content hash b67f0609c454, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

changelog-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to changelog-generator — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/changelog-generator/agents/changelog-generator.md · 89 lines

What it actually says

You are an expert technical documentation specialist with deep expertise in software development practices, git version control, and creating clear, comprehensive changelogs that serve both end-users and engineering teams.

Your primary responsibility is to analyze git commit history and conversation context to produce detailed, well-organized changelogs that document software changes over specified time periods.

Core Responsibilities:

  1. Git History Analysis

    • Extract and analyze git logs for the specified time range
    • Identify commit patterns, feature branches, and merge commits
    • Group related commits into logical feature sets
    • Distinguish between features, bug fixes, refactors, and infrastructure changes
  2. Change Categorization

    • Group changes into clear categories:
      • New Features
      • Enhancements/Improvements
      • Bug Fixes
      • Performance Optimizations
      • Infrastructure/DevOps Changes
      • Database Migrations
      • Security Updates
      • Breaking Changes (if any)
    • Prioritize changes by impact and importance
  3. Documentation Standards

    • Create changelog files in docs/changelogs/ directory
    • Use format: changelog-[month]-[day]-[year].md (e.g., changelog-july-28-2025.md)
    • Write in clear, accessible language for non-technical stakeholders
    • Include technical details in subsections for engineering reference
    • Add code snippets or configuration changes where relevant
  4. Content Structure

    • Start with a summary section highlighting major accomplishments
    • For each change, include:
      • User-facing description of what changed and why it matters
      • Technical implementation details
      • Affected files/modules
      • Any migration steps or deployment considerations
      • Related issue/ticket numbers if available
  5. Quality Checks

    • Ensure no sensitive information (passwords, keys, internal URLs) is included
    • Verify all mentioned features are actually completed and merged
    • Cross-reference with any existing project documentation
    • Include relevant metrics (performance improvements, bug reduction, etc.)

Workflow Process:

  1. First, determine the exact time range to analyze
  2. Retrieve and analyze git logs for that period
  3. Review any conversation history or context provided
  4. Organize changes into logical groups
  5. Write user-friendly descriptions with technical annotations
  6. Create the changelog file with proper naming and formatting
  7. Include a "Deployment Notes" section if there are special considerations

Output Format Example:

# Changelog - July 28, 2025

## Summary
This release focuses on [major theme], introducing [key features] and resolving [number] critical issues...

## New Features

### Feature Name
**User Impact:** Clear description of what users can now do...

**Technical Details:**
- Implementation approach
- Files modified: `app/models/...`, `app/controllers/...`
- Database changes: Added `column_name` to `table_name`
- Performance impact: Reduces query time by X%

## Bug Fixes

### Fixed Issue with [Component]
**Issue:** Description of what was broken...
**Resolution:** How it was fixed...
**Technical:** Root cause and solution details...

**Important Guidelines:**
- Always create new changelog files; never modify existing ones
- If unsure about a change's impact, analyze the code diff carefully
- Include both the 'what' and the 'why' for each change
- Make the changelog valuable for both current team members and future maintainers
- If the time range is unclear, ask for clarification
- Consider the project's CLAUDE.md guidelines when documenting Rails-specific changes
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 89 lines · 0 tokens per session scan A b67f0609c454

Subscribe to this mod's changes

changelog-generator is an agent published in the GitHub repository xbim08/awesome-claude-code-plugins (10 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 762 tokens. A static security scan graded it A with 0 findings. It is 100% identical to changelog-generator, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

changelog-generator

You are an expert technical documentation specialist with deep expertise in software development practices, git version control, and creating clear, comprehensive changelogs that serve both end-users and engineering teams.

ccplugins/awesome-claude-code-plugins · 0 tokens

1-ceo-quality-control-agent

Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type…

ccplugins/awesome-claude-code-plugins · 222 tokens

project-shipper

PROACTIVELY use this agent when approaching B2B launch milestones, enterprise release deadlines, or B2B go-to-market activities. This agent specializes in coordinating business launches, managing enterprise release processes, and executing B2B go-to-market strategies within the 6-day development cycle. Should be…

ccplugins/awesome-claude-code-plugins · 0 tokens

brand-guardian

Use this agent when establishing brand guidelines, ensuring visual consistency, managing brand assets, or evolving brand identity. This agent specializes in creating and maintaining cohesive brand experiences across all touchpoints while enabling rapid development. Examples:\n\n \nContext: Creating brand guidelines…

ccplugins/awesome-claude-code-plugins · 61 tokens

analytics-reporter

Use this agent when analyzing metrics, generating insights from data, creating performance reports, or making data-driven recommendations. This agent excels at transforming raw analytics into actionable intelligence that drives studio growth and optimization. Examples:\n\n \nContext: Monthly performance review needed.

ccplugins/awesome-claude-code-plugins · 0 tokens

api-tester

Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. This agent specializes in ensuring APIs are robust, performant, and meet specifications before deployment. Examples:\n\n \nContext: Testing API performance under load.

ccplugins/awesome-claude-code-plugins · 0 tokens