From github-ops
Summarise a GitHub issue conversation with focus on the last message
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-ops:issue-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarise the conversation in issue #$ARGUMENTS with special focus on the last message.
Summarise the conversation in issue #$ARGUMENTS with special focus on the last message.
gh issue view $ARGUMENTS --repo [REPO]gh issue view $ARGUMENTS --comments --repo [REPO]Focus on making the current state crystal clear, especially what the last commenter is asking for or stating.
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
npx claudepluginhub seabbs/skills --plugin github-opsAnalyzes closed GitHub issues to generate structured case studies with root cause analysis and lessons learned. Useful for postmortems and building a knowledge base from issue history.
Reads every comment and review thread on an RFC, groups concerns by theme, and distinguishes settled vs. unresolved issues. Output stays in chat for the user to rework into the RFC in their own words.
Guides on working with GitHub issues: read descriptions/comments/related PRs, define acceptance criteria with verifiable behaviors, and commit with proper references.