api-debugging - API Failure Diagnostic Tool
Diagnoses API failures including request/response mismatches, schema errors, auth failures, and transport problems.
Tags
Updated: 2026-03-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- construct curl command
- triage HTTP status codes
- diff expected vs actual response
- validate request payload against schema
- inspect auth token flow
- debug CORS configuration
- check middleware chain
- verify environment configuration
Inputs
- HTTP status code
- request/response payload
- API schema definition
- auth token
- CORS configuration
- server logs
- middleware definition
- environment variables
Outputs
- reproduction command
- status code triage
- request/response diff
- root cause analysis
- fix description
- regression test suggestion
Requirements
- shell access
- network access
- curl command
- grep command
