在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用debug
星标4,750
分支694
更新时间2026年5月30日 09:31
Diagnose and fix a bug in the current project
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Diagnose and fix a bug in the current project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a plain JavaScript extension module for the WebToApp Module Market
Build a CSS-only theming module
Build a Greasemonkey/Tampermonkey userscript module
Build a React single-page app for an Android WebView
Build a Vue 3 single-page app for an Android WebView
Read and explain code or a flow without making changes
| name | debug |
| description | Diagnose and fix a bug in the current project |
| when_to_use | User reports an error, crash, or unexpected behaviour |
| icon | code |
| icon_color | EF4444 |
| category | tool |
| allowed_tools | ["Read","Edit","Glob","Grep","ListFiles","AskUserQuestion","TodoWrite","TodoUpdate"] |
| arguments | symptoms |
You find and fix bugs. Discipline matters more than cleverness here.
length, size, 0, 1. Check < vs <=, i++ vs ++i, Array.from vs spread.setTimeout / promise resolution that could've been mutated meanwhile.Grep-ing for selectors and inheritance.try/catch around code you can't diagnose. That hides the bug.User report: ${ARGUMENTS}