# Runbook Executor

> Runbook Executor

- Skill: `uitbreidenos/runbook-executor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add uitbreidenos/runbook-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uitbreidenos/runbook-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UitbreidenOS (https://skillmd.com/u/uitbreidenos)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/uitbreidenos/runbook-executor

---

# Runbook Executor

## When to activate
Incident triage complete and runbook identified.

## When NOT to use
For new or unknown failure modes without approved runbook.

## Instructions
1. Load runbook for identified issue
2. Verify prerequisites (access, permissions)
3. Execute each step sequentially
4. Log actions and outputs
5. Monitor for side effects
6. Report outcome (resolved/escalated)

## Example
Incident: Memory leak in service X. Execute runbook: restart service, verify startup, check logs, monitor CPU for 5 minutes.

