Agent skill · Documentation

changelog-writer

Turn a list of changes, commits, or PRs into clean release notes / a changelog entry. Use when asked to write release notes, a changelog, or a version announcement from raw changes. Produces a Keep-a-Changelog-style entry grouped by type (Added/Changed/Fixed/etc.), written for users — surfacing breaking changes and upgrade notes up top. To go straight from a raw git log use changelog-generator instead.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill changelog-writer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/changelog-writer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Changelog Writer Skill Raw commit logs are written for the author; a changelog is written for the *user*. This skill turns a pile of commits/PRs/changes into a clean release entry — grouped by type, in plain user-facing language, with **breaking changes and upgrade steps surfaced first** so nobody gets surprised. ## Required Inputs Ask for these only if they aren't already provided: - **The changes** — commit messages, PR titles, or a bullet list of what changed. - **Version & date** — the release number (or help pick per semver) and date. - **Audience** — end users, API consumers, library developers (sets the voice). - **Conventions** (optional) — Keep a Changelog, an existing style, links to issues/PRs. ## Output Format Follow [Keep a Changelog](https://keepachangelog.com) conventions: ### [version] — [date] **⚠️ Breaking changes** (only if any) — each breaking change + the **exact migration step** to fix it. This goes first. **Added** — new features/capabilities, in user terms. **Changed** — changes to existing behavior. **Deprecated** — soon-to-be-removed features (and what to use instead). **Fixed** — bug fixes (what was broken, from the user's view). **Security** — any secu

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. [version] — [date]
  4. Quality Checks
  5. Anti-Patterns
  6. Based On
More from pm-claude-skills
All skills →
About this skill
What does the changelog-writer skill do?

Turn a list of changes, commits, or PRs into clean release notes / a changelog entry. Use when asked to write release notes, a changelog, or a version announcement from raw changes. Produces a Keep-a-Changelog-style entry grouped by type (Added/Changed/Fixed/etc.), written for users — surfacing breaking changes and upgrade notes up top. To go straight from a raw git log use changelog-generator instead.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill changelog-writer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going