runbook-writing-stinger

Writes and audits operational runbooks using templates, escalation paths, and rollback procedures.

84|37|Updated May 23, 2026
One-click install
npx skills add https://github.com/legioncodeinc/vibe-coding-tools --skill runbook-writing-stinger-legioncodeinc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: runbook-writing-stinger
Source: https://github.com/legioncodeinc/vibe-coding-tools/tree/main/src/skills/runbook-writing-stinger
Command: npx skills add https://github.com/legioncodeinc/vibe-coding-tools --skill runbook-writing-stinger-legioncodeinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? On-call runbooks often fail at 3am because they contain vague commands, missing escalation paths, and no rollback steps, leaving engineers to improvise during incidents. This Skill encodes the discipline for writing runbooks that a new hire can execute without prior system knowledge. ## Core Features & Use Cases - Canonical runbook templates: Provides break-fix, scheduled operation, and diagnostic templates with all required sections including triage checklists, decision trees, and TEST STATUS headers. - No-implied-context audit protocol: Runs a 9-check audit covering copy-pasteable commands, absolute URLs, defined environment variables, explicit decision points, and secrets hygiene. - Escalation and rollback architecture: Structures three-tier escalation paths with response-time expectations and writes rollback steps for every state-changing action. - Use Case: After a postmortem assigns the action item "write runbook for DB connection pool exhaustion," use this Skill to generate a compliant break-fix runbook, audit it, and link it back to the postmortem. ## Quick Start Write a break-fix runbook for the embeddings daemon stall alert using the canonical template and audit it against the no-implied-context checklist.

Frequently Asked Questions about runbook-writing-stinger

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

FAQPage Schema
How do I write an on-call runbook for an alert?▼

Start with the break-fix template, which includes triage checklist, decision-tree steps, rollback section, and escalation path. Cover exactly one failure scenario per runbook, then run the 9-check no-implied-context audit before marking it ready.

What sections should an incident runbook include?▼

A break-fix runbook requires summary, severity, prerequisites, triage checklist, remediation steps with expected outputs, rollback, escalation path, post-incident actions, and a TEST STATUS header. Scheduled operation and diagnostic runbooks use different required sections.

How do I structure an escalation path in a runbook?▼

Use a three-tier model: Tier 1 is the on-call engineer, Tier 2 is the domain team with a named Slack channel and PagerDuty schedule, Tier 3 is engineering management. Every tier needs explicit triggers, an expected response time, and a backup contact channel.

Does this cover runbook automation tools like Rundeck or AWS SSM?▼

No, the Skill covers manual runbooks only. Runbook-as-code automation is explicitly out of scope and routed to CI/release tooling, though the boundary is flagged when automation needs surface.

How often should runbooks be tested with game days?▼

Tier 1 runbooks should be exercised quarterly using tabletop, staging, or full game day formats. Each exercise scores runbook accuracy on a 1-5 scale, and any runbook scoring 2 or below returns to draft status until repaired.