CI/CD Pipelines skill

CI/CD Pipelines is an agent skill for AI coding assistants (Claude Code, OpenClaw, Cursor, Codex). Implement production GitHub Actions with copy-ready workflow YAML for caching, OIDC, Docker builds, deployment, rollback, and release automation. Use when writing or debugging `.github/workflows` in one repository. For CI/CD architecture, governance, or multi-repository strategy, use `ci-cd-pipeline`. Install with: npx skills-ws install cicd-pipelines.

devv1.11.0Updated
copied ✓
openclawclaude-codecursorcodex
0 installsSecurity scan: cleanSource code

CI/CD Pipelines

Concrete, runnable patterns for production GitHub Actions pipelines. Every snippet below is self-contained: copy it, swap the placeholders, and ship. Action versions are current as of July 2026; pin by SHA in regulated/high-trust repos (see Supply-Chain Baseline). For sibling depth on container internals see docker-production; for cloud IAM specifics see aws-production-deploy.

Safety gate

Before executing commands or changing external systems, confirm scope, credentials, target environment, rollback, and required approval. Pin and verify third-party artifacts; never expose secrets to client code or logs.

Reference guide

Read only the references needed for the current request: