원클릭으로
create-issue
Create a GitHub issue with a detailed description, purpose, and appropriate labels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a GitHub issue with a detailed description, purpose, and appropriate labels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Summarize the project context and key constraints
Create a GitHub issue with a detailed description, purpose, and appropriate labels
Summarize the project context and key constraints
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | create-issue |
| description | Create a GitHub issue with a detailed description, purpose, and appropriate labels |
Receive the topic from $ARGUMENTS. If it is insufficient, ask for: what needs
to be done (the task or problem) and why (the purpose or motivation).
Investigate the relevant code: affected files/modules, related patterns, and the likely impact of the change.
All issue content (title, body, labels) must be written in English.
## Summary
A concise one-liner.
## Motivation / Purpose
Why this change is needed.
## Details
- Specific changes required
- Files/modules likely affected
- Acceptance criteria / expected behavior
## Additional Context
Links, screenshots, references (if applicable).
Run gh label list, then choose from the existing labels only. Add
good first issue if the task is small and approachable and that label exists.
gh issue create --title "<title>" --body "<body>" --label "<l1>,<l2>"
Output the issue URL, title, and assigned labels.