runbook-executor

Installation
SKILL.md

Overview

This skill helps execute runbooks and document the execution with timestamped evidence. When a user runs through a runbook's steps, this skill generates a structured evidence file that captures what actually happened during execution, including results, deviations, issues, and validations.

Evidence files are stored alongside the runbook in timestamped directories, allowing multiple executions to be tracked over time without overwriting previous evidence.

Configuration

Evidence location pattern: <runbook-path>/evidence/<YYYY-MM-DD-HH-MM>/result.md

Example: ./runbooks/user-login-flow/evidence/2026-01-31-14-30/result.md

Evidence Structure

Each evidence file documents:

Installs
5
First Seen
Jan 31, 2026
runbook-executor — jondotsoy/skills