用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dyoshikawa/reviewprompt --skill create-issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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.