troubleshoot-errors
Installation
SKILL.md
Troubleshoot Errors Skill
Quick Triage Workflow
Step 1: Identify Error Category
- Compilation error → Check syntax, types, abilities
- Linker error → Check dependencies, named addresses
- Runtime abort (ABORTED) → Check error code, find failed assertion
- Object error → See Object-Related Errors section below (CRITICAL)
- Test error → Check assertions, expected failures
- Type error → Check generic types, type conversions