incident-response
Use when handling production incidents - outage triage, root cause analysis, communication, postmortem writing
Works with
--- name: incident-response description: Use when handling production incidents - outage triage, root cause analysis, communication, postmortem writing license: MIT --- # Incident Response ## Overview When production breaks, speed and structure matter. Follow the process — panic and ad-hoc fixes make things worse. ## When to Use - Production outage or degradation - Customer-reported critical bugs - Security incidents - Writing postmortems after resolution ## Incident Phases ### Phase 1: Triage (first 5 minutes) 1. **Assess severity** — who's affected, how badly? 2. **Communicate** — post in incident channel: what's broken, who's looking 3. **Assign roles** — Incident Commander (IC), communicator, investigators | Severity | Impact | Response | |----------|--------|----------| | SEV1 | Full outage, all users | All hands, exec notification | | SEV2 | Major feature broken | On-call team + backup | | SEV3 | Minor degradation | On-call investigates | ### Phase 2: Mitigate (stop the bleeding) - **Rollback** — if recent deploy, revert first, investigate later - **Feature flag** — disable the broken feature - **Scale** — if capacity issue, add resources - **Redirect** — route traffic away from broken component **Goal: restore service ASAP. Root cause comes later.** ### Phase 3: Investigate - Check monitoring dashboards, logs, recent deploys - Narrow down: when did it start? What changed? - Use `systematic-debugging` skill for structured investigation ### Phase 4: Resolve & Verify - Apply fix - Monitor for 15-30 minutes - Confirm metrics return to normal - Update status page ### Phase 5: Postmortem (within 48 hours) ```markdown ## Incident Postmortem: [Title] **Date:** YYYY-MM-DD | **Duration:** X hours | **Severity:** SEV-N ### Summary One paragraph: what happened, impact, resolution. ### Timeline - HH:MM — First alert - HH:MM — IC assigned - HH:MM — Root cause identified - HH:MM — Fix deployed - HH:MM — All clear ### Root Cause What actually broke and why. ### Action Items - [ ] [P0] Immediate fix to prevent recurrence - [ ] [P1] Monitoring improvement - [ ] [P2] Process improvement ``` ## Rules - **Blameless** — postmortems focus on systems, not people - **Rollback first** — don't debug in production if you can revert - **Communicate early and often** — silence is worse than "we're investigating" - **One IC** — someone owns the incident, others support ## Integration - **magic-powers:systematic-debugging** — structured investigation during Phase 3 - **magic-powers:technical-writing** — write clear postmortem - **magic-powers:infrastructure-review** — prevent recurrence
More Observability skills
google-agents-cli-observability
google/agents-cli
>
azure-observability
microsoft/azure-skills
Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports. USE FOR: Azure Monitor, Application Insights, Log Analytics, Alerts, Workbooks, metrics, APM, distributed tracing, KQL queries, interactive reports, observability, monitoring dashboards. DO NOT USE FOR: instrumenting apps with App Insights SDK (use appinsights-instrumentation), querying Kusto/ADX clusters (use azure-kusto), cost analysis (use azure-cost-optimization).
social
coreyhaines31/marketingskills
When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms, or wants to do social listening and engagement triage. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' 'grow my following,' 'TikTok video,' 'Reels,' 'Shorts,' 'video script,' 'video hook,' 'short-form video,' 'create a reel,' 'social listening,' 'brand mentions,' 'competitor monitoring,' 'top posts to comment on,' 'find people asking for,' 'carousel,' 'slide-by-slide,' or 'document post.' Use this for social media content creation, repurposing, scheduling, short-form video scripting, and social listening. For broader content strategy, see content-strategy. For paid ads, see ad-creative. For earned media, see public-relations.

