Build CI/CD pipelines
Create workflows that produce traceable artifacts, run tests and scans, use caches carefully, separate environments, and gate production changes.
Codex Skills for DevOps give Codex structured instructions for building CI/CD pipelines, managing infrastructure as code, packaging applications, configuring environments, protecting secrets, deploying safely, adding observability, and preparing rollback procedures. Download the skills and adapt them to your cloud, cluster, repository, and operational controls.
task: release service to production
inspect:
- artifact and environment
- secret access
- health signals
verify: gates + rollout + rollbackDevOps work joins source control, builds, tests, artifacts, credentials, infrastructure, deployment targets, runtime configuration, monitoring, and incident response. A weak link can turn a small change into an outage.
These skills help Codex build delivery automation and operational code with explicit environment boundaries, least privilege, controlled rollouts, useful telemetry, and a tested path back.
Create workflows that produce traceable artifacts, run tests and scans, use caches carefully, separate environments, and gate production changes.
Define repeatable cloud, networking, compute, storage, identity, and platform resources with reviewable plans and controlled state.
Create container builds, runtime configuration, Kubernetes resources, health probes, resource limits, and environment-specific deployment overlays.
Add logs, metrics, traces, alerts, dashboards, runbooks, backup checks, rollback procedures, and post-deployment verification.
The workflow avoids rebuilding differently for each environment and treats rollback and observation as part of deployment.
Identify source events, build inputs, artifact registry, environments, approvals, credentials, infrastructure ownership, runtime dependencies, and recovery objectives.
Use minimal permissions, short-lived identity where possible, protected secrets, pinned dependencies, isolated runners, and reviewable configuration.
Apply plans, migrations, rollout strategy, health checks, concurrency limits, approvals, and automatic or manual rollback conditions.
Verify service health and business signals, retain deployment history, tune alerts, document incidents, and feed lessons back into automation.
The skills can focus on one layer or trace a release across the full system.
Automate builds, tests, scans, artifacts, promotions, approvals, deployments, and release records.
Plan and apply declarative infrastructure with state protection, modules, drift awareness, policy, and review gates.
Build images, configure workloads and services, manage secrets, add probes and limits, and control rollouts.
Create telemetry, actionable alerts, dashboards, runbooks, on-call context, rollback steps, and recovery checks.
The workflow can improve an existing pipeline or create a controlled path for a new service.
These skills are for practitioners who need automation that remains understandable during releases and incidents.
Build and maintain pipelines, infrastructure, platforms, deployment controls, observability, and recovery procedures.
Create paved roads, reusable modules, service templates, policy controls, environments, and developer self-service.
Own build and deployment behavior with clearer checks, configuration, health signals, and operational documentation.
Improve reliability through service objectives, telemetry, alerts, runbooks, rollout safety, capacity, and incident learning.
The skills assist infrastructure and deployment work, but production changes require authorized access, review, tested backups, security controls, cost awareness, change management, and operators who can respond if automation fails.
Install the skills in the infrastructure or application repository where Codex can inspect pipelines, manifests, modules, and runbooks.
Keep SKILL.md with its pipeline, infrastructure, security, rollout, observability, and recovery guidance.
Use project scope for environment-specific operations, or personal scope for reusable delivery standards.
Record accounts, regions, clusters, namespaces, registries, branch rules, approvers, service owners, data classification, and maintenance windows.
Provide plan and validation commands, approved deployment paths, secret stores, identity method, protected resources, and actions requiring human approval.
State the desired change, health signals, acceptable impact, migration order, verification window, and exact recovery path before deployment.
Answers about CI/CD, cloud providers, Kubernetes, secrets, and production changes.
They can adapt to the workflow system already used in the repository, including GitHub Actions and other common CI/CD platforms.
Yes. The workflow emphasizes modules, validation, plans, state safety, provider versions, permissions, drift, and review before apply.
Yes. They can work with workloads, services, configuration, secrets references, probes, resources, policies, rollout strategies, and environment overlays.
The skills direct Codex to reference approved secret stores, minimize permissions, avoid plaintext and logs, and prefer short-lived identity where supported.
Only when explicitly authorized and the environment provides approved access. Production work should follow required reviews, protection rules, health checks, and rollback procedures.
Repeatable builds. Protected environments. Visible health. A known way back.