一键导入
github-create-issue
先查验代码再创建 GitHub Issue。只要用户提出“先确认是不是问题再提 issue”“根据代码排查并建单”“把用户反馈转成 issue”这类请求,就必须启用本技能:先验证问题是否成立,证据不足时主动追问用户补充,再用 gh CLI 按模板创建 issue。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
先查验代码再创建 GitHub Issue。只要用户提出“先确认是不是问题再提 issue”“根据代码排查并建单”“把用户反馈转成 issue”这类请求,就必须启用本技能:先验证问题是否成立,证据不足时主动追问用户补充,再用 gh CLI 按模板创建 issue。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when users ask how Claude Code loads `CLAUDE.md`, `.claude/rules/`, `CLAUDE.local.md`, imports, or auto memory; when they want instructions to load progressively instead of all at once; or when they need to design path-scoped guidance, nested instruction files, or on-demand context with the right loading behavior across a project.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
用于按优先级串行修复 GitHub issue 的技能。只要用户提到“修 issue / 批量修 bug / 从 P0 开始处理 / 逐个修复问题 / 自动修复 issue 队列”等,都应启用。必须先复用 `gh.issue` 技能获取 issue,上游按 P0->P1->P2->P3->P4 排序,每次只处理一个 issue,并且每个 issue 都用子 Agent 修复;默认自动连续处理,只有遇到功能语义或产品策略需要产品经理确认时才暂停并向用户确认。每个成功修复的 issue 都必须由子 Agent 完成 commit(commit 信息关联 issue)并自动评论“已修复”后关闭。
Review and fix completed implementation against both a spec and an implementation plan using an agent team. Use this skill whenever the user says they develop with specs + plans, asks to review code after a plan is completed, wants to verify changes match `docs/superpowers/specs/*` and `docs/superpowers/plans/*`, or explicitly wants issues fixed immediately instead of only getting a review report. Trigger on requests like "plan 做完了帮我 review 并直接修复", "按 spec/plan 检查然后改掉问题", "用 agent team 验收并修复偏差", or "看看是否符合 spec,不符合就直接修".
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Design and create Claude Code agent teams for tasks that benefit from parallel execution. Use this skill whenever a task involves multiple independent workstreams, requires different expertise angles explored simultaneously, or when the user asks to "spawn agents", "create a team", "parallelize work", "have multiple agents", or describes a complex task that could be broken into parallel roles. Triggers on requests like "create an agent team", "use parallel agents", "have teammates work on this", "explore from different angles", or any scenario where dividing work across specialized agents would be faster or better than one agent doing everything sequentially.
| name | github.create-issue |
| description | 先查验代码再创建 GitHub Issue。只要用户提出“先确认是不是问题再提 issue”“根据代码排查并建单”“把用户反馈转成 issue”这类请求,就必须启用本技能:先验证问题是否成立,证据不足时主动追问用户补充,再用 gh CLI 按模板创建 issue。 |
把“用户口头问题”转成“有证据、可执行、可追踪”的 GitHub issue。
本技能不做“听到问题就直接建单”,而是按以下原则执行:
出现以下任一语义时立即使用本技能:
如果用户只要求纯 issue 运维(如关单、打标签、批量改 assignee),应切换到 gh.issue。
至少收集到以下信息中的 3 项;不足时先提问:
创建 issue 前必须先确认:
gh --versiongh auth statusgh repo view --json nameWithOwner,viewerPermission若失败,先输出修复建议再停止建单流程。
先把用户描述重写为“可验证假设”,格式如下:
按最小必要范围定位证据:
confirmed:问题成立rejected:不成立(属于预期行为或误解)needs-info:证据不足当结果为 needs-info 或存在关键歧义时,向用户发起定向提问。
提问要求:
可用追问模板:
我还缺 2 条信息才能确认是否建单:
1) 你触发问题时的具体操作步骤(为什么问:用于确认复现路径)
2) 你期望的正确结果(为什么问:用于判断当前行为是否真的是 bug)
拿到用户反馈后,回到 Step 1/2 继续查验。
仅在以下条件同时满足时创建 issue:
否则输出“暂不建单 + 缺失信息列表 + 下一步建议”。
issue 正文必须使用以下模板(字段名保持一致):
## 1) 总体结论
- `可方案化状态`: 可直接修复 / 有条件修复 / 暂不可修复
- `一句话结论`: ...
- `问题等级`: P0 / P1 / P2 / P3 / P4
- `置信度`: 高 / 中 / 低
## 2) 问题详情(证据表)
| ID | 严重度 | 问题类型 | 问题描述 | 用户证据 | 代码证据 | 影响范围 | 需确认问题 |
| ---- | ------ | ------------------------------ | -------- | -------- | -------- | -------- | ---------- |
| P1-1 | P1 | 规则歧义/流程缺口/实现缺陷/... | ... | ... | ... | ... | ... |
## 3) 复现步骤
1. ...
2. ...
3. ...
## 4) 预期行为
- ...
## 5) 最小补充信息集(MCI)
- `缺失信息`:
- `为什么必须补`:
- `建议由谁给出`:
## 6) 建议修复方向
- ...
## 7) 验收标准
- [ ] Given ... When ... Then ...
- [ ] Given ... When ... Then ...
这套结构来自 review.prd 的“结论 + 问题表 + MCI”思路,确保 issue 具备可执行性和可追踪性。
[create-issue][P?][category] <short summary>bug / logic / data / performance / securitybug、create-issue、P0~P4(三选一)推荐命令:
gh issue create --repo owner/repo --title "[create-issue][P1][bug] short summary" --body-file /tmp/create-issue-body.md --label bug --label create-issue --label P1
若标签不存在,不阻塞创建;在最终回执里标注“标签缺失”。
执行完成后,用以下结构向用户回执:
owner/repoconfirmed/rejected/needs-info#123 title - urlneeds-info 状态下强行建单。