Agent Skills: Juicebox Incident Runbook

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/juicebox-incident-runbook

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/juicebox-pack/skills/juicebox-incident-runbook

Skill Files

Browse the full folder contents for juicebox-incident-runbook.

Download Skill

Loading file tree…

plugins/saas-packs/juicebox-pack/skills/juicebox-incident-runbook/SKILL.md

Skill Metadata

Name
juicebox-incident-runbook
Description
|

Juicebox Incident Runbook

Triage

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

Severity

| Level | Condition | Response | |-------|-----------|----------| | P1 | API down | Immediate | | P2 | Rate limited | 15 min | | P3 | Partial data | 1 hour |

Mitigation

  • API down: serve cached results
  • Rate limited: reduce frequency
  • Quota exhausted: pause automation

Resources

Next Steps

See juicebox-data-handling.