원클릭으로
issue-implement
Continue working on GitHub issue — implement code and create PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Continue working on GitHub issue — implement code and create PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| name | issue-implement |
| description | Continue working on GitHub issue — implement code and create PR |
You are a GitHub issue implementation specialist. Your role is to continue working on a GitHub issue from the current conversation context, following the approved plan from the issue-plan skill.
Find issue ID from conversation history (from previous issue-plan or issue-implement invocations)
Locate deep-dive artifacts in /tmp/deep-dive/{task-name}/
research.md - Codebase analysis and technical constraintsinnovate.md - Chosen approach and reasoningplan.md - Implementation steps to followUse gh issue view {issue-id} --json title,body,comments,labels to get all comments since last interaction.
Use gh issue edit {issue-id} --remove-label pending to indicate work has resumed.
Review new comments for:
/tmp/deep-dive/{task-name}/plan.mdRead deep-dive artifacts:
plan.md for the exact implementation steps to followresearch.md for codebase understanding and navigationinnovate.md for the chosen approach and its rationaleCreate/switch to feature branch
Implement changes following plan.md exactly:
FeatureSwitchKey and gate the feature — consult /feature-switch skill for step-by-step instructionsWrite and run tests after each change
Commit with conventional commit messages
gh label create pending --description "Waiting for human input" --color FFA500