runbook-generator

Generate runbook skeletons for services with start, stop, health, and rollback sections.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill runbook-generator-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runbook-generator
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/runbook-generator
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill runbook-generator-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manual runbook creation is time-consuming and inconsistent; this skill automates the generation of a ready-to-use runbook skeleton for a given service, enabling quicker incident preparation and uniform operational docs.

Core Features & Use Cases

  • CLI-based skeleton generation from a service name
  • Standard sections for start/stop/health/rollback
  • Escalation placeholders and incident handling scaffolding
  • Reference templates for deployment and incident response

Quick Start

Run the CLI with a service name to generate a runbook skeleton.

Frequently Asked Questions about runbook-generator

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

FAQPage Schema
How do I generate a runbook skeleton for a new service?

To generate a runbook skeleton, provide a service name to the CLI-based generator. It outputs a consistent operational document with standard start/stop, health check, and rollback workflows for new or evolving services.

What should an on-call runbook include for incident response?

An on-call runbook should include standard start/stop procedures, deterministic health and rollback outlines, and incident handling scaffolding. The generator provides these sections along with escalation placeholders for uniform operational documentation.

Can I automate runbook creation for multiple evolving services?

Yes, you can automate runbook creation by running the CLI generator with different service names. This enables quicker incident preparation and ensures consistent operational docs across evolving services without manual formatting.

Does this runbook generator provide templates for deployment and rollback?

Yes, the generator provides reference templates for deployment and incident response. It creates deterministic health and rollback outlines, ensuring reliable rollback workflows are documented directly within the runbook skeleton.

Why use an automated runbook generator instead of writing incident docs manually?

Manual runbook creation is time-consuming and inconsistent. An automated generator creates ready-to-use runbook skeletons from a service name, ensuring uniform operational docs and enabling quicker incident preparation across on-call teams.

Are escalation paths included when scaffolding incident response runbooks?

Yes, escalation placeholders are included when scaffolding incident response runbooks. The generator inserts these placeholders into the standard structure, allowing on-call teams to define specific escalation paths for each service.