From issue
Implements features or fixes from GitHub, Linear, or GitLab issues by registering the issue, fetching details, applying safety guidelines, creating a branch, committing, and opening a PR.
How this skill is triggered — by the user, by Claude, or both
Slash command
/issue:issueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Work on this issue: $ARGUMENTS
Work on this issue: $ARGUMENTS
Register the target issue for auto-approve: bun ${CLAUDE_PLUGIN_ROOT}/scripts/set-target.ts --session-id ${CLAUDE_SESSION_ID} "$ARGUMENTS"
Fetch the issue, apply safety guidelines, then work autonomously — create a branch, commit, and open a PR following the pull-request:create skill.
After a /compact, review this file to restore context.
npx claudepluginhub bendrucker/claude --plugin issueExecutes GitHub issues by reading content with read-github-issue, delegating tasks to frontend-implementer or general-purpose-assistant sub-agents, running tests/lint, committing on worktree, and creating PRs via commit-push and create-pr.
Fixes GitHub issues end-to-end with GitHub CLI: views issue, researches context, plans fix, creates branch, implements/tests changes, submits PR.
Resolves GitHub issues via 8-phase workflow: fetch details, analyze requirements, implement solutions, verify correctness, code review, commit changes, create PRs. Activates on resolve, implement, fix requests or issue references.