Changelog

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

wp-media 1e690d4 867 B Updated

File contents

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.0baseline = "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).

wp-media/cadenza/tree/main/skills/changelog commit 1e690d4eca

Frequently asked questions

npx skillmds@latest add wp-media/changelog