Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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