create-issue
星标0
分支0
更新时间2026年4月28日 02:14
Create a well-structured GitHub issue from a description, bug report, or current code context
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a well-structured GitHub issue from a description, bug report, or current code context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-issue |
| description | Create a well-structured GitHub issue from a description, bug report, or current code context |
Gather context from the user and create a GitHub issue in the target repository.
Ask the user for any missing details:
owner/repo)bug, feature, or taskFormat the issue body using this template:
## Summary
[What is happening or what is being requested]
## Steps to Reproduce
1. [First step]
2. [Second step]
## Expected Behavior
[What should happen]
## Actual Behavior
[What is currently happening]
## Additional Context
[Environment details, screenshots, logs, or related issues]
Omit sections that are not applicable (e.g. skip reproduction steps for feature requests).
Use the create_issue GitHub MCP tool to create the issue with the formatted title and body.
Share the new issue URL with the user.