在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用fix-issue
星标1
分支0
更新时间2026年3月14日 14:23
Diagnose and fix a GitHub issue end-to-end
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Diagnose and fix a GitHub issue end-to-end
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a new Next.js API route with Zod validation and auth
Scaffold a new DoD FMR compliance module (engine + backend + API + tests)
Review a pull request for correctness, security, and compliance
Run the full DoD/federal compliance test suite and report results
| name | fix-issue |
| description | Diagnose and fix a GitHub issue end-to-end |
Analyze and fix the GitHub issue: $ARGUMENTS
gh issue view $ARGUMENTSnpm run lintnpx tsc --noEmitnpx vitest run (affected test files)cd server && npm testfix: <description> (closes #$ARGUMENTS)gh pr create