تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٥٦٦
forks:١٤٨
updated:١١ فبراير ٢٠٢٦ في ٠٣:٤٩
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