# Changelog

> Generate a PO-ready grouped changelog from merged PRs since the last release.

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

---


# PO Changelog

Generates a PO-ready changelog from all merged PRs since the last release, grouped by user impact.
Includes a `changelog.txt Draft` section at the end with condensed, website-ready copy.

## Project identity

Project identity is auto-detected (see AGENTS.md §3) — no config file.
This skill uses: `{REPO}`, `{TEMP_ROOT}`, `{DISPLAY_NAME}`.

## Steps

1. **Parse the argument** (if any):
   - No argument → `baseline = "auto"` (auto-detect from last "Release X.Y.Z" commit or latest tag)
   - `v3.5.0` → `baseline = "v3.5.0"`

2. **Spawn `changelog-agent`** as a sub-agent, passing `baseline` and the project config above.

3. **Return** the output file path and a one-line summary (baseline used, PR count, category breakdown).

