sentry-incident-runbook

Featured

Execute incident response procedures using Sentry error monitoring. Use when investigating production outages, triaging error spikes, classifying incident severity, or building postmortem reports from Sentry data. Trigger with phrases like "sentry incident", "sentry triage", "investigate sentry error", "sentry runbook", "production incident sentry".

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

# Sentry Incident Runbook ## Overview Structured incident response framework built on Sentry's error monitoring platform. Covers the full lifecycle from alert detection through severity classification, root cause investigation using Sentry's breadcrumbs and stack traces, Discover queries for impact analysis, stakeholder communication, resolution via the Sentry API, and postmortem documentation with Sentry data exports. ## Prerequisites - Sentry account with project-level access and auth token (`SENTRY_AUTH_TOKEN`) - Organization slug (`SENTRY_ORG`) and project slug (`SENTRY_PROJECT`) configured - `@sentry/node` (v8+) or equivalent SDK installed in the application - Alert rules configured for critical error thresholds - Notification channels connected (Slack integration or PagerDuty) ## Instructions ### Step 1 — Classify Severity Assign a severity level based on error frequency and user impact. This determines response time and escalation path. | Severity | Error Criteria | User Impact | Response Time | Escalation | |----------|---------------|-------------|---------------|------------| | **P0 — Critical** | Crash-free rate below 95% or unhandled exception spike >500/min | Core flow blocked for all users, data loss risk | 15 minutes | PagerDuty page to on-call engineer | | **P1 — Major** | New issue affecting >100 unique users per hour | Key feature degraded, no workaround | 1 hour | Slack `#incidents` channel, tag team lead | | **P2 — Minor** | New issue affecting <10...

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