How this skill is triggered — by the user, by Claude, or both
Slash command
/github-ops:issue-replyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Post a helpful reply to issue #$ARGUMENTS.
Post a helpful reply to issue #$ARGUMENTS.
gh issue view $ARGUMENTS --repo [REPO]gh issue view $ARGUMENTS --comments --repo [REPO]gh issue comment $ARGUMENTS --body "[CONTENT]" --repo [REPO]npx claudepluginhub seabbs/skills --plugin github-opsGuides on working with GitHub issues: read descriptions/comments/related PRs, define acceptance criteria with verifiable behaviors, and commit with proper references.
Fetches, creates, or updates GitHub issues using the gh CLI. Handles attachment downloads and video frame extraction. Activate when the user mentions GitHub issues.
Processes PR review feedback by analyzing comments, implementing fixes, committing, pushing, replying on GitHub, and resolving threads. Triggered by /pr-respond or relevant queries.