Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:566
forks:148
updated:11 février 2026 à 03:49
SKILL.md
| name | debug |
| description | Systematic approach to debugging errors and unexpected behavior |
| triggers | debug, error, bug, fix, not working, broken |
NoneType errors: Something returned None unexpectedly. Check the call chain.
Import errors: Missing dependency or circular import. Check requirements and import order.
Key/Index errors: Accessing something that doesn't exist. Add existence checks.
Type errors: Wrong type passed. Check function signatures and callers.
grep for the error message in codebase