Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:566
forks:148
updated:11 de febrero de 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