ワンクリックで
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