analyze-errors
Installation
SKILL.md
Analyze Errors
Trace error flows using the error-flow-analyzer agent.
What It Finds
- Error propagation paths
- Silent failures (swallowed exceptions)
- Missing handlers
- Inconsistent patterns
- Lost context
When to Use
- "Why did this fail silently?"
- "Are all exceptions caught?"
- "Audit error handling"
- "How do errors reach the user?"