CommunityRédaction et éditiongithub.com

rogerchappel/agent-runbook-skill

Turn Markdown runbooks into bounded dry-run agent action plans.

Compatible avec~Claude Code~Codex CLI~Cursor
npx add-skill rogerchappel/agent-runbook-skill

agent-runbook-skill

When to Use

Use this skill when an agent receives a human Markdown runbook and needs a dry-run action plan before touching files, tools, or external systems. It may read local runbook files only. It must not execute the runbook. External writes, deploys, publishes, messages, and approvals remain outside the skill boundary and require explicit user approval. Validate by running the fixture smoke command and reviewing the action classes before acting.

Required Inputs

Local files supplied by the user or repository fixtures.

Side Effects

Read-only. The CLI writes results to stdout only.

Validation

Run npm test, npm run check, and npm run smoke.

Skills associés