refine
Refine a GitHub issue through interactive Q&A to sharpen scope and acceptance criteria
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Refine a GitHub issue through interactive Q&A to sharpen scope and acceptance criteria
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automatically implement all sub-issues of an epic in dependency order
Implement a GitHub issue with automated PR creation
End-of-session retrospective. Captures knowledge from any working session (debug, implementation, config, deployment) as reusable scripts, CLAUDE.md procedures, or skill proposals. Run before ending a session to prevent knowledge loss.
Decompose a large GitHub issue into sub-issues and create a tracking draft PR
OWASP-guided security code review for a specific domain or issue
Project kickoff checklist based on lessons learned from previous projects. Generates a tailored checklist and optionally creates GitHub issues.
| name | refine |
| description | Refine a GitHub issue through interactive Q&A to sharpen scope and acceptance criteria |
| argument-hint | <issue-number> |
| user-invocable | true |
Refine an existing GitHub issue through interactive Q&A to produce clear scope, acceptance criteria, and size estimate — ready for /decompose or /implement.
The user provides an issue number: $ARGUMENTS
~/.claude/bin/gh-save.sh /tmp/issue-$ARGUMENTS.json issue view $ARGUMENTS --json title,body,labels,assignees, then use the Read tool to read itAsk focused questions to fill the gaps. Cover:
Interaction style:
Iterate until the issue is sharp enough to implement or decompose.
Present the complete refined issue body with:
/implement or needs /decompose firstHighlight what changed compared to the original.
STOP HERE and ask for confirmation before updating.
After approval:
/tmp/issue-body-$ARGUMENTS.md using the Write toolgh issue edit $ARGUMENTS --body-file /tmp/issue-body-$ARGUMENTS.mdgh issue edit $ARGUMENTS --title "..."gh issue edit $ARGUMENTS --add-label "label"/implement or /decompose)