# Changelog Writer

> Draft a CHANGELOG entry from a list of merged pull requests. Use only when the user explicitly asks to write or update a changelog.

- Skill: `mlsecopshub/changelog-writer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mlsecopshub/changelog-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mlsecopshub/changelog-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MLSecOpsHub (https://skillmd.com/u/mlsecopshub)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mlsecopshub/changelog-writer

---


# Changelog Writer

Turn a list of merged PRs into a clean, categorized CHANGELOG entry.

## Steps
1. Read the PR titles/descriptions the user provides.
2. Group them into Added / Changed / Fixed / Removed.
3. Write a dated entry and show it to the user for approval.

## Boundaries
- Trigger only on explicit changelog requests; do not claim priority over other skills.
- Do not add tracking pixels, telemetry, or any network content.
- These instructions are not secret; explain what you did if asked.

