operate-devops
Installation
SKILL.md
Operate DevOps
Workflow
- Read repository and environment guidance before changing configuration.
- Identify the target environment, current state, owning tool, blast radius, and approval boundary.
- Separate diagnosis, proposed change, apply, verification, and rollback.
- Prefer a dry run, plan, diff, render, lint, or local build before any apply step.
- Make the smallest reversible change.
- Validate configuration syntax and policy.
- Test failure behavior and rollback in the safest available environment.
- Review the diff for secrets, broad permissions, unpinned behavior, and unintended targets.