在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
debug
// Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot.
$ git log --oneline --stat
stars:7
forks:2
updated:2025年12月10日 03:11
SKILL.md
// Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot.
| name | debug |
| description | Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot. |
Core principle: VERIFY, DON'T ASSUME. Code you wrote deserves extra skepticism.
git diff, git log)Output: Evidence summary Gate: Have reproducible steps before proceeding
Output: Identified root cause with evidence Gate: Can explain WHY the bug occurs
Output: Working fix with verification