error-handling
Installation
SKILL.md
Error Handling Implementation
Purpose
Implement consistent error handling that provides meaningful messages, proper logging, and follows the error taxonomy.
When to Use
- All code implementation
- API error responses
- Validation errors
- External service errors
Prerequisites
- Error taxonomy defined
- Logging configured
- Error response format defined