troubleshoot-errors
Installation
SKILL.md
Troubleshoot Errors
Diagnose and resolve common Algorand development errors.
Error Categories
| Category | Common Causes | Reference |
|---|---|---|
| Contract Errors | Assert failures, opcode budget, invalid operations | contract-errors.md |
| Transaction Errors | Overspend, invalid params, group issues | transaction-errors.md |
Quick Diagnosis Flow
- Identify the error type from the message
- Check the error code if present (e.g.,
pc=123) - Find the root cause using the reference docs
- Apply the fix from the common solutions