What problem does it solve? API failures like 401 errors, CORS blocks, webhook delivery failures, and OAuth token issues are time-consuming to isolate. This Skill provides a systematic debugging workflow that pinpoints root causes instead of guessing at fixes. ## Core Features & Use Cases - Structured Debugging Workflow: A 10-step procedure covering reproduction, status code analysis, auth verification, log review, and minimal-request isolation. - OAuth and JWT Diagnostics: Concrete commands to decode JWTs, check expiration claims, validate redirect URIs, and test token refresh flows. - Common Issue Playbook: Pre-mapped fixes for rate limiting, CORS errors, webhook signature failures, and scope mismatches. - Use Case: Your endpoint returns 401 Unauthorized despite a valid-looking token. The Skill walks you through decoding the JWT, checking the exp claim, testing with curl, and reviewing server logs to find the exact cause. ## Quick Start Debug why my API endpoint returns a 401 Unauthorized error even though my bearer token appears valid.