一键导入
create-issue
Create GitHub issues for opencode-magi. Use when asked to create, draft, file, open, or submit an issue, bug report, task, or feature request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create GitHub issues for opencode-magi. Use when asked to create, draft, file, open, or submit an issue, bug report, task, or feature request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-issue |
| description | Create GitHub issues for opencode-magi. Use when asked to create, draft, file, open, or submit an issue, bug report, task, or feature request. |
Use the user's request text, and any command arguments if provided, as the initial issue context.
Ask only for missing information that is needed to create a good issue.
Every issue must use exactly one GitHub Issue Type: Bug, Task, or Feature.
Bug: broken behavior, unexpected results, documentation drift, workflow failures, or mismatches between expected and actual behavior.Feature: new user-facing behavior, enhancements to existing behavior, or new APIs/configuration.Task: internal maintenance that is not a bug or feature, such as AGENTS.md improvements, GitHub workflow cleanup, documentation organization, or repository operations.Choose the type yourself when the request is clear. Ask the user to choose Bug, Task, or Feature only when you cannot determine it.
Read only the files needed for the selected issue.
.agents/rules/issue.mdBug: .github/ISSUE_TEMPLATE/bug_report.ymlFeature: .github/ISSUE_TEMPLATE/feature_request.ymlTask: .github/ISSUE_TEMPLATE/task.ymlBuild the issue body from the selected template. Do not keep a fixed field list in this skill.
.agents/rules/issue.md and the template for the selected type.Follow the selected issue template. Prioritize required fields and include optional fields only when useful.
When this skill creates the issue, the AI used section must be:
## AI used
- [ ] I did not use AI to create this issue.
- [x] (If there is no check above) I checked the generated content before submitting.
Following the selected template, ask whether the user will work on the issue. If they will, assign @me when possible.
If assignment fails because of permissions or repository settings, continue creating the issue and report the assignment failure.
Bug, Task, or Feature type.gh issue create set the Issue Type. Verify it after creation and set it with GraphQL if needed.