From juicebox-pack
Runs Juicebox incident response: triages API health/quota with curl, assesses P1-P3 severity, applies mitigations like caching or rate limiting. Activates on 'juicebox incident' or 'outage' mentions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/juicebox-pack:juicebox-incident-runbookThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" https://api.juicebox.ai/v1/health
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" https://api.juicebox.ai/v1/account/quota
| Level | Condition | Response |
|---|---|---|
| P1 | API down | Immediate |
| P2 | Rate limited | 15 min |
| P3 | Partial data | 1 hour |
See juicebox-data-handling.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packDiagnoses and fixes common Juicebox API errors including invalid API key, quota exceeded, rate limits, invalid queries, and profile not found. Includes health check curl.
Provides runbooks for Linear integration incidents: severity classification, curl checks for status/auth/rate limits, TypeScript SDK diagnostics for outages and errors.
Guides Apollo.io API incident response with severity classification, bash/curl diagnosis scripts for status, auth, searches, rate limits, and outages.