Starter prompts
4 ways to start with DevOps.
CI pipeline
→ From zero
▸ Preview prompt
Design a GitHub Actions pipeline for a Node + Postgres app: lint, test, build, preview env per PR, prod deploy on main with rollback.
Terraform
→ Module structure
▸ Preview prompt
Scaffold a Terraform repo for an AWS-based SaaS — modules, environments, state backend, secrets — production-grade defaults.
Canary
→ Safe rollout
▸ Preview prompt
Set up canary deploys for our Kubernetes service with automatic rollback if error rate exceeds 1%.
Cost
→ Tag + cut
▸ Preview prompt
Our AWS bill is opaque. Step me through tagging, cost allocation, and the first 3 things to cut this month.
What it does
Tasks DevOps ships every week.
CI/CD
- Pipeline w/ tests + previews
- Blue/green + canary deploys
- Secrets management
- Rollback automation
Infra
- Terraform modules
- Container orchestration
- Cost + tagging policy
- Backup + DR drills
Worked sample
A real DevOps chat.
Pairs well with