Automate deployment pipelines with infrastructure
devops-engineerskillsetup L3★9,726
Jeffallan/claude-skills ↗What it does
Design and implement CI/CD pipelines and infrastructure
Best for
Automating build-test-deploy across environments when manual deployments risk inconsistency.
Inputs
- · application source code
- · requirements
Outputs
- · Dockerfile
- · GitHub Actions workflow
- · IaC (Terraform/K8s)
Requires
- · Docker
- · Kubernetes
- · GitHub Actions
- · Terraform
Preconditions
- · Version control repo
- · cloud platform access
Failure modes
- · Secrets in code
- · destructive deployments
- · missing rollback
Trust signals
- · Blue-green/canary patterns
- · health checks enforced
- · rollback procedure