Ops runbook demo ops automation
Use when running ops automation workflows for ops-runbook-demo.From its SKILL.md
npx -y skills add guorunjie/skillpack-forge --skill ops-runbook-demo-ops-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 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.
- runs commandsInstructs the agent to run 4 commands, including `npm install` and 3 more.
SKILL.md
0.8 KB, 152 tokens by cl100k_base, as published. Nobody here has run it
ops-runbook-demo-ops-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Operations automation workflows for recurring checks, monitors, and runbooks.
Workflow
- Identify the service, environment, and operational objective
- Check current state before making changes
- Run the least invasive command that proves or fixes the issue
- Record verification output and any remaining risk
Commands
- install:
npm install - test:
npm test - doctor:
npm run doctor - check:
npm run check
Principles
- Make every operational action observable and auditable
- Prefer idempotent commands with clear rollback paths
- Escalate destructive or credential-sensitive actions before execution
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.