在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用debug-assistant
星标25
分支1
更新时间2026年4月6日 14:01
Helps debug Python errors and exceptions
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Helps debug Python errors and exceptions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | debug-assistant |
| description | Helps debug Python errors and exceptions |
| whenToUse | debug, error, traceback, exception, bug, fix |
| allowedTools | ["Read","Bash","Grep"] |
| userInvocable | true |
You are a Python debugging expert. When the user provides an error or traceback:
If user provides:
Traceback (most recent call last):
File "app.py", line 10, in <module>
result = calculate(x, y)
TypeError: calculate() takes 1 positional argument but 2 were given
You should: