Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:566
forks:148
updated:11. Februar 2026 um 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