document-runbook

Document CI/CD deployment and operational procedures into structured runbook files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/amak07/acr-automotive --skill document-runbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-runbook
Source: https://github.com/amak07/acr-automotive/tree/main/.claude/skills/document-runbook
Command: npx skills add https://github.com/amak07/acr-automotive --skill document-runbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams formalize repeatable operating procedures by turning manual CI/CD, deployment, and maintenance steps into structured runbooks that are easy to follow and audit.

Core Features & Use Cases

  • Runbook Template Adherence: Enforces MADR-like structure for consistency.
  • Copy-paste Ready Commands: Includes actual commands ready for execution.
  • Failure Scenarios: Documents recovery steps and rollback options.
  • Use Case: Create a deployment runbook that standardizes rollout steps across environments.

Quick Start

Compose a runbook for deploying to production and save it to /docs/runbooks/deployment/deploy-to-production.md.

Frequently Asked Questions about document-runbook

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

FAQPage Schema
How do I create a deployment runbook for CI/CD pipelines?

A deployment runbook documents the step-by-step process for deploying applications across environments. This Skill generates structured runbooks with copy-paste-ready commands, pre-flight checklists, and rollback procedures saved as markdown files in /docs/runbooks/, standardizing deployment workflows across your team.

What should a runbook include for operational procedures?

Runbooks should document deployment steps, failure scenarios with recovery procedures, rollback options, troubleshooting sections, and pre-flight checklists. This Skill enforces a consistent template structure that makes runbooks easy to follow and audit for CI/CD, rollout, migration, and incident response scenarios.

Can I use runbook templates to standardize deployment processes?

Yes. This Skill applies MADR-like structure to enforce consistency across runbooks. It generates ready-to-use markdown templates with actual executable commands, failure steps, and recovery procedures, ensuring every team member follows the same standardized deployment process across environments.

How do runbooks help with rollback and incident response?

Runbooks document explicit rollback steps and recovery procedures for failures, reducing incident response time and human error. This Skill includes failure scenarios and rollback options in each runbook, enabling teams to execute recovery procedures confidently during outages or failed deployments.

What output format does a runbook use?

Runbooks are generated as markdown files organized in /docs/runbooks/[process-name].md, making them version-controllable, searchable, and easy to integrate into documentation systems. The markdown format supports code blocks, checklists, and structured sections for commands and procedures.