关于
The Error Handling Completeness skill acts as an automated reliability engineer for your workspace. It systematically scans your code for high-risk operations—such as API calls, database queries, and file I/O—to ensure they are protected by robust try-catch blocks, appropriate timeouts, and descriptive logging. By identifying silent failures and unhandled promise rejections, this skill helps developers implement resilient patterns like exponential backoff and circuit breakers, ensuring that edge cases don't lead to catastrophic system failures.