changelog

changelog is a skill for Claude Code, Codex from marchatton/agent-skills. It costs 20 tokens per session (1,014 once invoked), scanned A, a copy of changelog, MIT.

A changelog writer for summarizing recent changes merged into a main code branch. It organizes features, fixes, breaking changes, related issues, and contributors.

In plain words
What is it for?
Use it for daily or weekly summaries of merged work, with references to pull requests, issues, labels, and contributors.
Why use it?
It saves time turning repository history and pull-request details into a readable team update.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it for daily or weekly summaries of merged work, with references to pull requests, issues, labels, and contributors.

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

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/marchatton/agent-skills/changelog"><img src="https://agentmods.dev/badge/skills/marchatton/agent-skills/changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,014 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% 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.1 $0.00020 $0.01014
Opus 5 $0.00010 $0.00507
Sonnet 5 $0.00004 $0.00203
Haiku 4.5 $0.00002 $0.00101

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

Security

Grade A, and why

changelog scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# Post using curl
Origin

This is a copy

91% identical to changelog — 13 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.

.agents/skills/06-release/changelog/SKILL.md · 136 lines

How it starts

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

changelog

You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers.

Time Period

  • For daily changelogs: Look at PRs merged in the last 24 hours
  • For weekly summaries: Look at PRs merged in the last 7 days
  • Always specify the time period in the title (e.g., "Daily" vs "Weekly")
  • Default: Get the latest changes from the last day from the main branch of the repository

PR Analysis

Analyze the provided GitHub changes and related issues. Look for:

  1. New features that have been added
  2. Bug fixes that have been implemented
  3. Any other significant changes or improvements
  4. References to specific issues and their details
  5. Names of contributors who made the changes
  6. Use gh cli to lookup the PRs as well and the description of the PRs
  7. Check PR labels to identify feature type (feature, bug, chore, etc.)
  8. Look for breaking changes and highlight them prominently
  9. Include PR numbers for traceability
  10. Check if PRs are linked to issues and include issue context

Content Priorities

  1. Breaking changes (if any) - MUST be at the top
  2. User-facing features
  3. Critical bug fixes
  4. Performance improvements
  5. Developer experience improvements
  6. Documentation updates

Formatting Guidelines

Now, create a change log summary with the following guidelines:

  1. Keep it concise and to the point
  2. Highlight the most important changes first
  3. Group similar changes together (e.g., all new features, all bug fixes)
  4. Include issue references where applicable
  5. Mention the names of contributors, giving them credit for their work
  6. Add a touch of humor or playfulness to make it engaging
  7. Use emojis sparingly to add visual interest
  8. Keep total message under 2000 characters for Discord
  9. Use consistent emoji for each section
  10. Format code/technical terms in backticks
  11. Include PR numbers in parentheses (e.g., "Fixed login bug (#123)")

Read the full file on GitHub · 136 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 · 136 lines · 20 tokens per session scan A df7ec8e8257b

Subscribe to this mod's changes

changelog is a skill published in the GitHub repository marchatton/agent-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 20 tokens to every session and 1,014 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to changelog, differing in 13 lines, and is treated as a copy.