Handle token failures, API rate limits, and permission errors in GitHub Actions workflows with retry logic, validation checks, and actionable error messages.
Automatically handles GitHub API token failures, rate limits, and permission errors in workflows with exponential backoff retries and actionable error messages. Use this when encountering 401, 403, 429, or 422 errors in GitHub Actions.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdreference.mdscripts/example-1.mermaidscripts/example-2.yamlscripts/example-3.yamlscripts/example-4.yamlscripts/example-5.yamlscripts/example-6.yamlError handling for GitHub App tokens addresses:
Error Handling Strategy
- Detect - Identify error type from HTTP status codes
- Classify - Determine if error is retryable
- Retry - Use exponential backoff for transient errors
- Escalate - Provide actionable messages for permanent failures
See the full implementation guide in the source documentation.
See examples.md for code examples.
See reference.md for complete documentation.