notion-incident-runbook
Installation
SKILL.md
Notion Incident Runbook
Overview
Rapid incident response procedures for Notion API failures. This runbook covers a structured triage flow (under 5 minutes), automated health checks against both status.notion.so and your own integration, a decision tree for classifying failures (Notion-side vs. integration-side), per-error-type mitigation with real Client code, cached fallback patterns, communication templates, and postmortem structure.
Prerequisites
- Access to application monitoring dashboards and log aggregator
NOTION_TOKENenvironment variable set for diagnostic API callscurlandjqinstalled for quick CLI triage- Python alternative:
notion-client(pip install notion-client) - Communication channels configured (Slack webhook, PagerDuty, etc.)
Instructions
Step 1: Quick Triage (Under 5 Minutes)
Run this diagnostic script to determine if the issue is Notion-side or integration-side:
Related skills