manage-changelog

manage-changelog is a skill for Claude Code from yu-iskw/coding-agent-fabric. It costs 38 tokens per session (394 once invoked), scanned A, original, Apache-2.0.

A set of instructions for managing release notes with Changie, a tool that collects change fragments and combines them into versioned changelogs.

In plain words
What is it for?
Use it to initialize Changie, add feature or fix entries, batch unreleased notes, and merge release information.
Why use it?
It provides a repeatable way to record changes, preview versions, and prepare release notes without editing one large file by hand.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to initialize Changie, add feature or fix entries, batch unreleased notes, and merge release information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yu-iskw/coding-agent-fabric/manage-changelog
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 yu-iskw/coding-agent-fabric --skill manage-changelog
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/coding-agent-fabric

Made for: Claude Code.

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 manage-changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/coding-agent-fabric/manage-changelog/github.svg)](https://agentmods.dev/skills/yu-iskw/coding-agent-fabric/manage-changelog)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/coding-agent-fabric/manage-changelog"><img src="https://agentmods.dev/badge/skills/yu-iskw/coding-agent-fabric/manage-changelog/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 manage-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/yu-iskw/coding-agent-fabric/manage-changelog"><img src="https://agentmods.dev/badge/skills/yu-iskw/coding-agent-fabric/manage-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 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.00038 $0.00394
Opus 5 $0.00019 $0.00197
Sonnet 5 $0.00008 $0.00079
Haiku 4.5 $0.00004 $0.00039

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

Security

Grade A, and why

manage-changelog 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/add-from-last-commit.sh, scripts/init-changie.sh), 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.

.claude/skills/manage-changelog/SKILL.md · 62 lines

What it actually says

Manage Changelog Skill

This skill enables the agent to manage project changelogs efficiently using Changie. It supports the full lifecycle from initialization to release.

When to Use

  • When you need to initialize a changelog for a new project.
  • When you want to record a change (feature, bug fix, etc.) after completing a task.
  • When preparing for a new release and batching unreleased changes.

Instructions

1. Initialization

If the project doesn't have changie set up, run the initialization script:

.claude/skills/manage-changelog/scripts/init-changie.sh

This will create .changie.yaml with standard workspace settings.

2. Adding Changes

To add a new change fragment:

changie new --kind <kind> --body "<description>"
  • Kinds: Typically feat, fix, docs, refactor, test, chore.
  • Helper Script: Alternatively, use .claude/skills/manage-changelog/scripts/add-from-last-commit.sh to create a fragment from the last commit message.

3. Batching a Release

When you are ready to create a new version:

# Preview next version
changie next auto

# Batch unreleased changes into a version
changie batch auto

4. Merging into CHANGELOG.md

To update the main CHANGELOG.md file:

changie merge

References

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 62 lines · 38 tokens per session scan A 7bc142e78dbf

Subscribe to this mod's changes

manage-changelog is a skill published in the GitHub repository yu-iskw/coding-agent-fabric (1 stars, last pushed 9d ago), licensed Apache-2.0. It adds 38 tokens to every session and 394 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.