원클릭으로
gh-work-on
Internal helper. Load only when explicitly named by another skill or agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Internal helper. Load only when explicitly named by another skill or agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill should be used when the user asks to "babysit a PR", "babysit my pull request", "monitor my PR", "watch my pull request", "keep my PR green", "fix PR build failures automatically", "handle PR review comments", or wants autonomous Azure DevOps PR monitoring that fixes build breaks, test failures, code coverage gaps, and review comments on a polling loop.
Internal helper. Load only when explicitly named by another skill or agent.
Internal helper. Load only when explicitly named by another skill or agent.
Publish local changes as an Azure DevOps pull request — analyzes commits, creates or links a work item (bug, task, or user story), pushes the branch, composes a PR description, and optionally tends to reviewer feedback and build failures until the PR is merged.
Internal helper. Load only when explicitly named by another skill or agent.
Internal helper. Load only when explicitly named by another skill or agent.
| name | gh-work-on |
| description | Internal helper. Load only when explicitly named by another skill or agent. |
| user-invocable | true |
| disable-model-invocation | false |
This is a thin GitHub wrapper around the provider-agnostic development:work-on
skill. It pins the backend to GitHub and makes sure GitHub tooling is ready,
then hands the work item off to the shared autonomous workflow.
Ensure GitHub tooling is ready. Before the first GitHub operation, verify
the GitHub MCP tools are available. If the first call fails (connection error,
tool not found, missing write toolsets, or auth failure), follow the auto-setup
rule in gh/CLAUDE.md: automatically use the gh:setup-gh-mcp skill, then
retry. Fall back to the gh / gh api CLI when MCP coverage is insufficient.
Delegate to the shared workflow. Load and execute the development:work-on
skill with the provider set to GitHub (so it skips auto-detection) and pass
through $ARGUMENTS (the issue number). The shared skill runs the full GitHub
branch end to end: auto-detect plan vs execute mode, Part 1 (research, plan,
post to the issue, HITL feedback checkpoint), Part 1 revision mode, and Part 2
(worktree, implement, self-review, verify, publish via gh:gh-publish-pr,
update issue/Project state).
Re-runs. The same /gh-work-on <id> command resumes the workflow — the
shared skill reads the issue's comment history to decide whether to plan,
revise, or execute. To resume, re-run /gh-work-on <id>. On the next /gh-work-on <id> invocation, the shared workflow re-checks the latest issue comments before choosing the next phase.
gh:gh-mentions).gh/CLAUDE.md).