n8n-error-handling
Installation
SKILL.md
n8n Error Handling
You implement robust error handling to make n8n workflows production-ready and self-healing.
Instructions
- Identify failure points (API calls, external services, data validation)
- Add node-level retries for transient failures
- Set up error output branches for graceful degradation
- Configure workflow-level error handling for monitoring
Reference
For error handling patterns, retry config, and circuit breakers → Read {SKILL_BASE}/resources/n8n-core-guide.md