| name | changelog |
| description | Generate a PO-ready grouped changelog from merged PRs since the last release. |
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
-
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"
-
Spawn changelog-agent as a sub-agent, passing baseline and the project config above.
-
Return the output file path and a one-line summary (baseline used, PR count, category breakdown).