rogerchappel

agent-runbook-skill

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

rogerchappel 0 Updated 1mo ago

Resources

14
GitHub

Install

npx skillscat add rogerchappel/agent-runbook-skill

Install via the SkillsCat registry.

SKILL.md

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.

Categories