api-changelog-summarizer
Installation
SKILL.md
When to invoke
- You maintain an API and need a release note / changelog from spec changes.
- You need to assess whether an API update is breaking.
Inputs needed
--old_spec: Path to an old OpenAPI spec (JSON).--new_spec: Path to a new OpenAPI spec (JSON).--out_md: Path to write a markdown changelog.