# Ops Runbook Demo Ops Automation

> Use when running ops automation workflows for ops-runbook-demo.

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

---


# 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

