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