agentsclimarketplace

Runbook writing

Skill shinzoxD/knackbox/skills/documents/runbook-writing

Curated, auditable, benchmark-ready Agent Skills library for Claude Code, Codex, OpenCode, Cursor, and more.

Install
npx -y skills add shinzoxD/knackbox --skill runbook-writing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Write operational runbooks that on-call engineers can follow under stress. Use whenever the user asks for a runbook, playbook, ops procedure, alert response guide, or how to document incident response steps for a system.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.9 KB, as published. Nobody here has run it

Runbook Writing

Runbooks are for 3 a.m. brains. Short steps, copy-pasteable commands, clear stop conditions, and escalation paths.

Workflow

  1. Scope: service, symptoms/alerts that trigger this runbook, severity.
  2. Preconditions: access, dashboards, feature flags, dependencies.
  3. Diagnosis steps with expected outputs.
  4. Mitigation steps (customer impact first) then durable fix pointers.
  5. Rollback / communications / escalation.
  6. Post-incident: what to capture for the postmortem.

Output format

# Runbook: <title>
**Service:** …
**Alert / symptom:** …
**Severity guidance:** …
**Last reviewed:** …

## Overview
One paragraph.

## Dashboards & signals
- …

## Diagnosis
1. …

## Mitigation
1. …

## Escalation
- …

## Rollback
…

## Do not
- …

## Related
links / owners / code paths

Rules

  1. Imperative steps; one action per step.
  2. Commands in copy-paste blocks with placeholders like <cluster>.
  3. Never require tribal knowledge without a link or command to discover it.
  4. Separate customer mitigation from root-cause engineering.
  5. Include "when to stop and escalate".
  6. Mark destructive steps with danger and confirmation.

Edge cases

  • Partial outage: branch the path by symptom.
  • Security incident: avoid spreading exploit detail; point to secure channel.
  • No prod access in doc context: still structure the runbook; mark missing commands clearly.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.