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"
- No argument →
Spawn
changelog-agentas a sub-agent, passingbaselineand the project config above.Return the output file path and a one-line summary (baseline used, PR count, category breakdown).