webflow-incident-runbook

Solid

Execute Webflow incident response — triage by HTTP status (401/403/429/500), circuit breaker activation, cached fallback, Webflow status page checks, communication templates, and postmortem process. Trigger with phrases like "webflow incident", "webflow outage", "webflow down", "webflow on-call", "webflow emergency", "webflow broken".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Webflow Incident Runbook ## Overview Rapid incident response procedures for Webflow Data API v2 integration failures. Covers triage, immediate remediation by error type, graceful degradation, stakeholder communication, and postmortem. ## Prerequisites - Access to Webflow dashboard and status page - Application logs and metrics access - Communication channels (Slack, PagerDuty) - Cached fallback data available ## Severity Levels | Level | Definition | Response Time | Example | |-------|------------|---------------|---------| | P1 | Integration fully down | < 15 min | All API calls returning 401/500 | | P2 | Degraded service | < 1 hour | High 429 rate, elevated latency | | P3 | Minor impact | < 4 hours | Webhook delays, form sync lag | | P4 | No user impact | Next business day | Monitoring gap, stale cache | ## Quick Triage (Run First) ```bash #!/bin/bash echo "=== Webflow Incident Triage ===" echo "Time: $(date -u)" # 1. Webflow platform status echo "" echo "--- Platform Status ---" curl -s https://status.webflow.com/api/v2/status.json 2>/dev/null | \ python3 -c " import sys,json d=json.load(sys.stdin) print(f'Status: {d[\"status\"][\"description\"]}') for c in d.get('components',[]): if c['status'] != 'operational': print(f' DEGRADED: {c[\"name\"]} ({c[\"status\"]})') " 2>/dev/null || echo "Cannot reach status page" # 2. API connectivity echo "" echo "--- API Connectivity ---" HTTP=$(curl -s -o /dev/null -w "%{http_code}" \ -H "Authorization: Bearer $WE...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

fireflies-incident-runbook

Execute Fireflies.ai incident response with triage, remediation, and postmortem. Use when responding to Fireflies.ai API outages, auth failures, or webhook delivery problems. Trigger with phrases like "fireflies incident", "fireflies outage", "fireflies down", "fireflies on-call", "fireflies emergency", "fireflies broken".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-incident-runbook

Execute Firecrawl incident response procedures with triage, mitigation, and postmortem. Use when responding to Firecrawl-related outages, investigating scrape/crawl failures, or running post-incident reviews for Firecrawl integration issues. Trigger with phrases like "firecrawl incident", "firecrawl outage", "firecrawl down", "firecrawl on-call", "firecrawl emergency", "firecrawl broken".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-incident-runbook

Execute Adobe incident response procedures with triage, mitigation, and postmortem for Firefly Services, PDF Services, and I/O Events outages. Use when responding to Adobe-related incidents, investigating API failures, or running post-incident reviews. Trigger with phrases like "adobe incident", "adobe outage", "adobe down", "adobe on-call", "adobe emergency".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-incident-runbook

Respond to Figma API outages, auth failures, and rate limit incidents. Use when Figma integration is down, experiencing errors, or running post-incident reviews for Figma-related failures. Trigger with phrases like "figma incident", "figma outage", "figma down", "figma broken", "figma emergency".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-incident-runbook

Execute HubSpot incident response with triage, mitigation, and postmortem. Use when responding to HubSpot API outages, investigating CRM errors, or running post-incident reviews for HubSpot integration failures. Trigger with phrases like "hubspot incident", "hubspot outage", "hubspot down", "hubspot on-call", "hubspot emergency", "hubspot broken".

2,266 Updated today
jeremylongshore