changelog-automation

changelog-automation is a skill for Claude Code from Data-Wise/claude-plugins. It costs 42 tokens per session (3,643 once invoked), scanned A, original, MIT.

A set of patterns and tools for generating changelogs and release notes from commits, pull requests, and releases. It uses Keep a Changelog categories and Semantic Versioning, a system for numbering software releases.

In plain words
What is it for?
Use it to automate changelog workflows, standardize commit messages, prepare GitHub or GitLab release notes, and manage software versions.
Why use it?
It reduces manual release-note work and keeps change records and version numbers consistent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the craft plugin — 3 skills, 5 commands, 2 agents 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 skills/data-wise/claude-plugins/changelog-automation
Any agent
npx skills add Data-Wise/claude-plugins --skill changelog-automation
Clone the repo
git clone --depth 1 https://github.com/Data-Wise/claude-plugins

Made for: Claude Code.

Or install craft, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 2 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/data-wise/claude-plugins/changelog-automation.svg)](https://agentmods.dev/skills/data-wise/claude-plugins/changelog-automation)
Your own site
<a href="https://agentmods.dev/skills/data-wise/claude-plugins/changelog-automation"><img src="https://agentmods.dev/badge/skills/data-wise/claude-plugins/changelog-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00042 $0.03643
Opus 5 $0.00021 $0.01821
Sonnet 5 $0.00008 $0.00729
Haiku 4.5 $0.00004 $0.00364

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

Security

Grade A, and why

changelog-automation 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 6d 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

Copies of this mod

2 near-identical copies found in the catalogue:

craft/skills/docs/changelog-automation/SKILL.md · 553 lines

How it starts

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

Changelog Automation

Patterns and tools for automating changelog generation, release notes, and version management following industry standards.

When to Use This Skill

  • Setting up automated changelog generation
  • Implementing Conventional Commits
  • Creating release note workflows
  • Standardizing commit message formats
  • Generating GitHub/GitLab release notes
  • Managing semantic versioning

Core Concepts

1. Keep a Changelog Format

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- New feature X

## [1.2.0] - 2024-01-15

### Added
- User profile avatars
- Dark mode support

### Changed
- Improved loading performance by 40%

### Deprecated
- Old authentication API (use v2)

### Removed
- Legacy payment gateway

### Fixed
- Login timeout issue (#123)

### Security
- Updated dependencies for CVE-2024-1234

[Unreleased]: https://github.com/user/repo/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/user/repo/compare/v1.1.0...v1.2.0

2. Conventional Commits

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]
Type Description Changelog Section
feat New feature Added
fix Bug fix Fixed
docs Documentation (usually excluded)
style Formatting (usually excluded)
refactor Code restructure Changed
perf Performance Changed
test Tests (usually excluded)
chore Maintenance (usually excluded)
ci CI changes (usually excluded)
build Build system (usually excluded)
revert Revert commit Removed

3. Semantic Versioning

MAJOR.MINOR.PATCH

MAJOR: Breaking changes (feat! or BREAKING CHANGE)
MINOR: New features (feat)
PATCH: Bug fixes (fix)

Read the full file on GitHub · 553 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. 6d ago First seen · 553 lines · 42 tokens per session scan A ba9e7f79fa94

Subscribe to this mod's changes

changelog-automation is a skill published in the GitHub repository Data-Wise/claude-plugins (7 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 3,643 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.