원클릭으로
issue-management
Create and query GitHub issues. Triggers when user asks to create issues, check open issues, or plan work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and query GitHub issues. Triggers when user asks to create issues, check open issues, or plan work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | issue-management |
| description | Create and query GitHub issues. Triggers when user asks to create issues, check open issues, or plan work. |
All planning and tracking is done through GitHub issues.
Follow the template in .agents/resources/issue-template.md for title format, body structure, and labels.
For a single issue, create it directly with gh issue create --repo <repo>. For 2+ issues, spawn one issue-creator subagent per issue (up to 4 in parallel), passing the target repo in the task.
The agent must know the target repo from the project context — do not hardcode repo names here.
gh issue list --repo <repo>gh issue list --repo <repo> --label "priority: high"gh issue view <number> --repo <repo>priority: critical, priority: high, priority: medium, priority: low
enhancement, bug, refactoring, testing, documentation, code-quality