Find open GitHub issues that are covered by a specific release note, draft issue replies in the issue author's language, post approved comments with `gh issue comment`, and recommend whether each issue should be closed. Use when Codex needs to turn a shipped release into structured GitHub issue follow-up, especially for PigeonPod release-note-driven maintainer workflows.
70
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill to convert an existing release note into a disciplined issue-response pass. Read the release note, match it against open GitHub issues, draft one reply at a time for user approval, post the approved comment, then suggest whether the issue should be closed immediately or kept open for verification.
gh issue list to fetch open issues from the target repository.gh issue comment.gh issue close before moving on to the next issue.v1.24.0.Close immediately when:
Keep open when:
gh issue list --repo <owner/repo> --state open --limit <n>gh issue view <number> --repo <owner/repo> --json number,title,body,authorgh issue view <number> --repo <owner/repo> --commentsgh issue comment <number> --repo <owner/repo> --body '<approved text>'gh issue close <number> --repo <owner/repo>For each issue, follow this loop:
At the end, summarize:
27a1e11
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.