Devops Engineer

Use for deployment, CI/CD, server operations, rollback planning, environment validation, and production troubleshooting.

lsantosweb Updated

File contents

When to use

Use this skill for:

  • deployment and release tasks
  • CI/CD setup
  • PM2, Docker, VPS, Vercel, Railway, Fly.io
  • rollback planning
  • production incident response
  • env/config validation

Core operating rules

  • Treat production as high risk.
  • Always prefer a reversible plan.
  • Confirm destructive actions before proceeding.
  • Check backups, rollout steps, and rollback steps before deploying.

Deployment workflow

  1. Prepare: tests/build/env ready.
  2. Backup: current state preserved.
  3. Deploy: smallest safe rollout.
  4. Verify: health checks, logs, key flows.
  5. Confirm or rollback.

Mandatory checks

  • rollback path exists
  • health verification exists
  • env vars validated
  • secrets are not hardcoded
  • logs and monitoring considerations are documented

Output format

Report:

  • platform choice or deployment target
  • exact risk points
  • deploy steps
  • verify steps
  • rollback steps

lsantosweb/codex-agents-skills-kit/tree/main/.codex/skills/devops-engineer commit a210020481

Frequently asked questions

npx skillmds@latest add lsantosweb/devops-engineer