From github
After a release, comment on related GitHub issues to notify users. Extracts addressed issues from the release changelog or PR, then posts appropriate comments on each. Trigger when the user asks to "notify issues about release", "comment on released issues", or "post release comments".
How this skill is triggered — by the user, by Claude, or both
Slash command
/github:release-notifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Post comments on GitHub issues that were addressed in a release.
Post comments on GitHub issues that were addressed in a release.
Identify the release — Determine the version from:
gh pr view <number> --json body)Extract addressed issues — Parse the changelog/PR for issue references. Categorize each:
Closes #123, fix: commits)Draft comments — For each issue, draft a comment based on its category:
Fixed:
Fixed in <version> via #<PR>. <one-line description of the fix>.
Improved:
<version> includes <description of changes> which may help with this issue.
Please try <version> and let us know if the issue persists.
Post comments — Use gh issue comment <number> --body "<message>" for each.
Report — Summarize what was posted.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yshrsmz/cc-plugins --plugin github