RunbookLint

RunbookLint is a web app (with optional CLI) that continuously validates incident runbooks against reality. It connects to your docs (Confluence/Notion/Git), parses runbook steps, and automatically checks whether referenced dashboards, alerts, service names, URLs, Kubernetes namespaces, and commands still exist and are accessible. It runs scheduled “dry-run” checks in a safe sandbox (read-only where possible) and flags drift: renamed services, dead links, missing permissions, outdated on-call rotations, and steps that no longer match current tooling. During an incident, it provides a fast “known-good” runbook view with verified links and preflighted queries. This is a combination traditional + AI app: AI helps extract steps, detect ambiguous instructions, and propose fixes, but the core value is deterministic validation. The goal is fewer wasted minutes during outages and less tribal knowledge dependency.

← Back to idea list