devops-incident-runbook

Generate Markdown incident runbooks with standard response sections for failure modes.

6|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/lookatitude/guild --skill devops-incident-runbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-incident-runbook
Source: https://github.com/lookatitude/guild/tree/main/skills/specialists/devops-incident-runbook
Command: npx skills add https://github.com/lookatitude/guild --skill devops-incident-runbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual preparation of incident runbooks is error-prone and time-consuming. This skill generates targeted, actionable runbooks for named failure modes that guide on-call engineers through symptoms, diagnosis, mitigation, rollback, and postmortem tasks.

Core Features & Use Cases

  • Generate runbooks for a single failure mode, each as runbooks/<alert-slug>.md
  • Enforce a standard structure with sections: Alert, Symptoms, Diagnose, Mitigate, Rollback, Fix, Escalation, Postmortem
  • Support owner and escalation details and links to postmortem templates for consistency.

Quick Start

Draft a runbook for a HighErrorRate alert on checkout.

Frequently Asked Questions about devops-incident-runbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an incident runbook for on-call failure modes?

To create an incident runbook, automate the generation of a detailed Markdown file for a named failure mode. This produces a structured document covering symptoms, diagnosis, mitigation, and rollback to ensure consistent on-call response.

What sections should a DevOps incident response runbook include?

A DevOps incident response runbook should include standardized sections for Alert, Symptoms, Diagnose, Mitigate, Rollback, Fix, Escalation, and Postmortem. This structure enforces ownership and guides engineers through the entire incident lifecycle.

How do I automate incident runbook creation for high error rate alerts?

You automate incident runbook creation by drafting a runbook for a specific alert like HighErrorRate. The skill generates a targeted Markdown file at runbooks/<alert-slug>.md that guides engineers through mitigation and postmortem tasks.

Why are manual incident runbooks considered error-prone for on-call teams?

Manual incident runbooks are error-prone and time-consuming because they lack enforced consistency. Automating runbook creation delivers targeted, actionable documents with standard escalation paths and postmortem links, reducing human error during incidents.

Does this runbook generation process support multiple failure modes in one document?

No, the runbook generation process focuses on exactly one failure mode per runbook. This targeted approach ensures the document delivers specific, actionable mitigation and diagnosis steps rather than generalizing multiple incidents.

Can I use this to establish standard escalation paths and ownership for alerts?

Yes, you can use this to establish standard escalation paths and ownership for alerts. The generated runbooks enforce these details within their structure, ensuring consistency across teams and incidents during on-call response.