بنقرة واحدة
api-error-troubleshooting
Guide users through resolving 4xx and 5xx API errors.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guide users through resolving 4xx and 5xx API errors.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
Resolving npm audit or Dependabot high/critical alerts.
| name | API Error Troubleshooting |
| description | Guide users through resolving 4xx and 5xx API errors. |
| category | support |
| tags | ["support","templates","best-practices"] |
| version | 1.0.0 |
Guide users through resolving 4xx and 5xx API errors.
support domain.api-error-troubleshootingAsk the user for the exact endpoint, HTTP method, and payload they used.
If 401/403, advise checking the Authorization header and token expiration.
If 422, explain the validation error based on the response payload schema.
If 500, escalate to engineering with a constructed cURL reproduction of the request.