What problem does it solve?
After shipping a release, maintainers must manually find which open GitHub issues are addressed, write replies in each reporter's language, and decide whether to close each issue. This Skill turns that tedious follow-up into a disciplined, approval-gated workflow.
Core Features & Use Cases
- Release-to-Issue Matching: Reads a release note as the source of truth and matches its shipped changes against open issues fetched with
gh issue list.
- Language-Mirrored Draft Replies: Drafts concise replies in the issue opener's language, connecting release-note items to user-visible outcomes without over-claiming fixes.
- Approval-Gated Posting and Closing: Presents one draft at a time, posts only after explicit approval via
gh issue comment, then recommends closing or keeping open with reasoning.
- Use Case: After publishing PigeonPod v1.24.0, run this Skill to find all open issues covered by the release note, reply to each reporter in their language, and close the issues that are fully resolved.
Quick Start
Use the release-issue-responder skill to review the v1.24.0 release note, draft replies for matching open GitHub issues, and close the ones I approve.