在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用fix-issue
星标30
分支16
更新时间2026年2月25日 15:35
Fix a GitHub issue end-to-end
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
3 个文件SKILL.md
readonly菜单
Fix a GitHub issue end-to-end
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fix-issue |
| description | Fix a GitHub issue end-to-end |
| argument-hint | <issue-number> |
Automates the complete workflow for fixing a GitHub issue, from investigation through a merge-ready PR with passing CI.
main and creates a fix/issue-{number} branch/fix-issue <issue-number>
Example:
/fix-issue 43
| Parameter | Type | Required | Description |
|---|---|---|---|
| issue_number | number | yes | GitHub issue number to fix |
The skill always creates a branch named fix/issue-{number} off the latest main.
If CI fails after the PR is opened, the skill will:
The skill will not attempt to fix CI failures that are outside the scope of the issue being fixed.
gh CLI to be authenticated