Install
openclaw skills install cicdPipelines, gates, artifacts, and safe deployments. Use when setting up CI/CD, hardening pipelines, or reducing release risk.
openclaw skills install cicdStructured guidance for CI/CD (continuous integration and delivery): confirm triggers, propose the stages below, and adapt if the user wants a lighter pass.
Trigger conditions:
Initial offer: Explain the four stages briefly and ask whether to follow this workflow or work freeform. If they decline, continue in their preferred style.
Anchor on pipeline stages and artifacts. Ask what success looks like, constraints, and what must not break. Capture unknowns early.
Translate goals into a concrete plan around secrets, permissions, and reproducibility. Compare alternatives and explicit trade-offs; avoid implicit assumptions.
Execute with verification loops tied to deployment strategies and approvals. Prefer small steps, measurable checks, and rollback points where risk is high.
Close the loop with observability and rollback hooks: monitoring, documentation, stakeholder updates, and lessons learned for the next cycle.