一键导入
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