What problem does it solve? Keeping track of what changed across releases of the compound-engineering plugin requires manually browsing GitHub release pages. This Skill fetches release data from the GitHub Releases API and either summarizes the last 5 plugin releases or answers a specific question about a past change with a cited version. ## Core Features & Use Cases - Release Summaries: Bare invocation renders the last 5 plugin releases with dates, bodies (soft-capped at 25 lines), and links to full notes. - Question Answering with Citations: Pass a query like "what happened to deepen-plan?" to search the last 40 releases and get a narrative answer citing the exact version that introduced the change, optionally enriched with linked PR context via gh pr view. - Resilient Fetching: A helper script prefers the authenticated gh CLI and falls back to the anonymous GitHub API, returning structured JSON with clear rate-limit and network error messages. - Use Case: After upgrading the plugin, ask "/ce-release-notes what changed recently?" to see the last 5 releases, or ask "/ce-release-notes when was the review skill renamed?" to pinpoint the exact version. ## Quick Start Ask the assistant to run /ce-release-notes to summarize the last 5 compound-engineering plugin releases, or add a question about a specific past change.