changelog

changelog is a skill for Claude Code from nirelbaz/promptpit. It costs 37 tokens per session (317 once invoked), scanned A, original, MIT.

A guide for keeping a CHANGELOG.md file up to date. A changelog is a user-facing record of what changed between software versions.

In plain words
What is it for?
Use it to create or update a changelog from recent Git commits, grouping related user-visible changes and formatting entries with Keep a Changelog conventions.
Why use it?
It removes the need to reconstruct release changes manually from the project history. It also helps users understand new features, changes, fixes, and removals.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to create or update a changelog from recent Git commits, grouping related user-visible changes and formatting entries with Keep a Changelog conventions.

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

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 changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirelbaz/promptpit/changelog/github.svg)](https://agentmods.dev/skills/nirelbaz/promptpit/changelog)
Your own site
<a href="https://agentmods.dev/skills/nirelbaz/promptpit/changelog"><img src="https://agentmods.dev/badge/skills/nirelbaz/promptpit/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/nirelbaz/promptpit/changelog"><img src="https://agentmods.dev/badge/skills/nirelbaz/promptpit/changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 317 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.00037 $0.00317
Opus 5 $0.00018 $0.00159
Sonnet 5 $0.00007 $0.00063
Haiku 4.5 $0.00004 $0.00032

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

Security

Grade A, and why

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 11d 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.

.promptpit/skills/changelog/SKILL.md · 45 lines

What it actually says

Changelog

Update CHANGELOG.md with recent changes.

Process

  1. Read the existing CHANGELOG.md (create one if it doesn't exist)
  2. Run git log --oneline since the last changelog entry to see what changed
  3. Group changes by type and write the new entry

Format

Follow Keep a Changelog:

## [version] - YYYY-MM-DD

### Added
- New features

### Changed
- Changes to existing features

### Fixed
- Bug fixes

### Removed
- Removed features

Rules

  • Write for users, not developers. "Fixed crash when saving empty form" not "Fixed null pointer in FormHandler.save()"
  • Skip internal changes (refactors, test updates, CI tweaks) unless they affect users
  • Group related changes into one bullet. "Redesigned settings page" not five separate bullets about each settings panel.
  • Most recent version goes at the top
  • If there's no CHANGELOG.md, create one with an Unreleased section at the top
  • Link version headers to the git diff when possible: [1.2.0]: https://github.com/user/repo/compare/v1.1.0...v1.2.0
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 · 45 lines · 37 tokens per session scan A 5e3a36618b07

Subscribe to this mod's changes

changelog is a skill published in the GitHub repository nirelbaz/promptpit (6 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 317 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.

Related

Other skills, from other repositories

pypi-release

This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.

alchemiststudiosDOTai/tunacode · 52 tokens

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

skillshare-release

End-to-end release workflow for skillshare. Runs tests, generates changelog (via /changelog), optionally writes local RELEASENOTES, updates version numbers, commits, and drafts announcements. Use when the user says "release", "prepare release", "cut a release", "release v0.19", or any request to publish a new version.…

runkids/skillshare · 87 tokens

github-release-briefing-skill

Create a source-linked briefing for the latest published GitHub release of a public repository. Use for engineering teams tracking a dependency release; do not use it to publish releases or change repositories.

FrancyJGLisboa/agent-skill-creator · 45 tokens

changelog-generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

MoizIbnYousaf/Ai-Agent-Skills · 48 tokens

share-a-library

Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.

MoizIbnYousaf/Ai-Agent-Skills · 41 tokens