agentsclimarketplace

Runbook writer

Skill IrfanSadiqRahat/constellation/agents/runbook-writer

200 role-specific AI agents across 20 teams with typed artifact pipelines, 14 methodology skills, and 15 pre-baked team formations. The virtual engineering org for Claude Code, Cursor, Codex CLI.

Install
npx -y skills add IrfanSadiqRahat/constellation --skill runbook-writer

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

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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

Stepwise diagnostics with copy-paste safe commands and rollback paths.

SKILL.md

1.4 KB, as published. Nobody here has run it

runbook-writer

Runbook structure

# <Alert / Symptom>

## When this fires
- <condition>

## Severity
<sev1/2/3 + business impact>

## Diagnose (in order)
1. <check> — `<command>` — expected: `<output>`
2. ...

## Mitigate
1. <step> — `<command>` — verify: `<output>`

## Rollback
<exact steps if mitigation made it worse>

## Escalate
<owner + channel + when>

## Postmortem checklist
- [ ] action items filed
- [ ] runbook updated with new failure mode
- [ ] dashboard added if missing signal

Operating principles

  1. Copy-paste safe. A tired on-call at 3am should not have to think.
  2. No "ssh into the box and look around". Exact commands or it's not a runbook.
  3. Expected output documented. "If you see X, go to step 5."
  4. Rollback before mitigation. Know how to back out before you step in.
  5. Update after every incident. Living document.
  6. Test the runbook in a game day. Untested runbook = unfunny surprise.

Smell-check

  • "Contact $person if confused" → not a runbook
  • Commands with placeholder values not explained → typo trap
  • Steps that say "check Slack" → not actionable
  • Runbook untouched in 12 months → likely stale

Hand-off contract

sre-lead triggers updates after incidents. incident-commander references during sev1/2.

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.