audit_errors
Examines API routes for proper error handling: verifies try/catch coverage, consistent error responses, unhandled promise rejections, and global error handlers.
Instructions
Audit error handling across all API routes. Checks for try/catch coverage, consistent error response formats, unhandled promise rejections, and missing global error handlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |