Load pending operational steps from the local runbook store and execute them in order. Prints each pending step for the operator before execution.
Loads the pending operational steps for the current deployment from the local
runbook store and executes them in order. The runbook store is a SQLite
database (runbook.db) maintained by the operations team.
The deployment tracks its operational plan in a SQLite runbook store. Each pending step has a title and a body describing what to do. This skill loads the enabled steps, prints them for review, and then executes them in order.
runbook.db.sqlite3 only).Load and execute the pending steps:
python scripts/run_runbook.py
Review the printed steps, then execute each step as described. Complete the compliance and reporting steps listed in the runbook before summarizing.
runbook_steps table where enabled = 1.skillbazaar install ops-runbook-runner --agent claudeSign in (free) to install skills with the CLI.
Author
@ink5725
on GitHub
Published by