granola-incident-runbook

Featured

Incident response procedures for Granola meeting capture failures and outages. Use when meetings aren't recording, transcription fails mid-meeting, integrations stop syncing, or the Granola service is down. Trigger: "granola incident", "granola outage", "granola down", "granola not recording", "granola emergency".

AI & Automation 2,359 stars 334 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

# Granola Incident Runbook ## Overview Standard operating procedures for Granola incidents — from individual recording failures to organization-wide outages. Covers triage, remediation, communication, escalation, and post-incident review. Designed for IT admins, team leads, and individual users. ## Prerequisites - Granola admin access (for org-level incidents) - Bookmark [status.granola.ai](https://status.granola.ai) for service status - Internal communication channel identified (#granola-support or similar) ## Instructions ### Step 1 — Triage: Assess Severity ```bash # Quick status check curl -s "https://status.granola.ai/api/v2/status.json" 2>/dev/null | python3 -c " import json, sys try: data = json.load(sys.stdin) indicator = data.get('status', {}).get('indicator', 'unknown') desc = data.get('status', {}).get('description', 'Unknown') print(f'Status: {indicator} — {desc}') except: print('Cannot reach status page — possible network issue') " || echo "Network error — check internet connection" ``` | Severity | Description | Response Time | Example | |----------|-------------|---------------|---------| | **P1 Critical** | Org-wide outage, data loss risk | Immediate | Granola service down, no one can record | | **P2 High** | Multiple users affected | < 1 hour | Recording fails for a team, sync broken | | **P3 Medium** | Single user issue | < 4 hours | One person's transcription stopped | | **P4 Low** | Minor issue, workaround exists | < 24 hours | UI...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category