在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-issue
星标117
分支51
更新时间2026年6月4日 01:21
Help create a github issue given the request
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Help create a github issue given the request
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use before renderWidget when the user needs a visual widget, SVG diagram, UI mockup, chart, local interactive explainer, or generative art.
Validates code changes by writing/updating integration tests, running them, and fixing failures. Use after making UI or extension modifications.
| name | create-issue |
| description | Help create a github issue given the request |
.github/ISSUE_TEMPLATE and use gh cli to create the issue.
feat(cli): or fix(vscode-webui):). Instead, use clear, descriptive sentence-case titles (e.g., Support fork-agent in CLI).gh issue edit <issue-number> --add-project "Pochi Tasks"
gh issue edit <issue-number> --add-assignee <username>gh project list --owner TabbyMLgh project field-list <project-number> --owner TabbyML --format jsongh project item-list <project-number> --owner TabbyML --format json | jq -r '.items[] | select(.content.number == <issue-number>) | .id'
gh project item-edit --id <item-id> --field-id <field-id> --project-id <project-id> --single-select-option-id <option-id>gh issue edit failed to add project, should ask user to refresh their gh token to authorize it with the project scope (gh auth refresh -s project).IMPORTANT: You only need to create the issue, DO NOT attempt to fix the issue or implement the feature.