changelog-writer

changelog-writer is a skill for Claude Code from wyattowalsh/agents. It costs 46 tokens per session (1,788 once invoked), scanned A, original, MIT.

A release-documentation tool that turns Git commit history into changelogs, release notes, breaking-change summaries, and migration guides. It understands conventional commits, a format such as “feat: add login” used to label the kind of change.

In plain words
What is it for?
Use it to prepare release notes, detect backward-incompatible changes, write upgrade instructions, and recommend a semantic version bump.
Why use it?
It removes the manual work of finding relevant commits and explaining what changed between software versions.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter.

Part of the agents plugin — 71 skills, 20 agents, 5 hooks shipped together

Good fit Use it to prepare release notes, detect backward-incompatible changes, write upgrade instructions, and recommend a semantic version bump.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyattowalsh/agents/changelog-writer
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.

Any agent
npx skills add wyattowalsh/agents --skill changelog-writer
Clone the repo
git clone --depth 1 https://github.com/wyattowalsh/agents

Made for: Claude Code.

Or install agents, the plugin that ships this one along with the rest of its 71 skills, 20 agents, 5 hooks.

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-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyattowalsh/agents/changelog-writer/github.svg)](https://agentmods.dev/skills/wyattowalsh/agents/changelog-writer)
Your own site
<a href="https://agentmods.dev/skills/wyattowalsh/agents/changelog-writer"><img src="https://agentmods.dev/badge/skills/wyattowalsh/agents/changelog-writer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for changelog-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyattowalsh/agents/changelog-writer"><img src="https://agentmods.dev/badge/skills/wyattowalsh/agents/changelog-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,788 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00046 $0.01788
Opus 5 $0.00023 $0.00894
Sonnet 5 $0.00009 $0.00358
Haiku 4.5 $0.00005 $0.00179

Measured 11d ago against content hash 967104cb74f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

changelog-writer 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 11d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/asset_toolkit/__init__.py, scripts/asset_toolkit/_shared.py, scripts/asset_toolkit/common.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/changelog-writer/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Changelog Writer

Generate changelogs, release notes, breaking change summaries, migration guides, and version bump recommendations from git history.

Scope: Changelog and release documentation only. NOT for git operations (git-workflow), documentation sites (docs-steward), or code review (review).

Dispatch

$ARGUMENTS Mode
Empty / generate Generate changelog from recent commits
release <version> User-facing release notes for specific version
breaking Breaking change detection and summary
migration <from> <to> Migration guide between two versions
bump Semantic version recommendation based on changes
Unrecognized input Ask for clarification, show mode menu

Canonical Vocabulary

Term Definition
conventional commit Commit following type(scope): description format
change type Classification: feat, fix, refactor, perf, docs, chore, test, ci, build, style
breaking change Backward-incompatible change, marked by ! or BREAKING CHANGE: footer
scope Component affected, in parentheses after type
changelog entry Formatted line item in a changelog section
release notes User-facing summary of changes for a version
migration guide Step-by-step instructions to upgrade between versions
semver bump major (breaking), minor (feat), patch (fix) recommendation
unreleased Changes since the last tagged version

Mode 1: Generate Changelog

Default mode. Produces a Keep a Changelog formatted document.

Step 1: Classify Commits

Run the commit classifier script:

uv run python skills/changelog-writer/scripts/commit-classifier.py [--since <tag-or-date>] [--until <ref>] [--path <dir>]

Parse the JSON output. The script classifies each commit by conventional type and detects breaking changes.

Step 2: Format Changelog

Run the changelog formatter script:

uv run python skills/changelog-writer/scripts/changelog-formatter.py --input <classified-json> [--format keepachangelog|github|simple]

Read the full file on GitHub · 218 lines

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. 11d ago First seen · 218 lines · 46 tokens per session scan A 967104cb74f0

Subscribe to this mod's changes

changelog-writer is a skill published in the GitHub repository wyattowalsh/agents (5 stars, last pushed 9d ago), licensed MIT. It adds 46 tokens to every session and 1,788 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.