Skip to main content
7BBusyBoss
Prompts · Run in browser

DevOps & SRE prompts

Infra, CI/CD, deploys, runbooks, incidents.

Type what you want to do — e.g. “write a cold email”, “summarise a contract”. Hit ✨ Ask AI if keyword search misses.

DevOps & SRE(10)

DevOps & SRE
Incident runbook

Drafts an on-call runbook for a specific failure mode — detect, diagnose, mitigate, recover.

Saves the 3am scramble of "what do I do?".

oncallincidents
DevOps & SRE
CI pipeline (GitHub Actions)

A complete CI pipeline YAML — lint, test, build, scan, deploy — for a Node/Python/Go service.

Caching, matrix builds, secrets handling, deploy gates.

cigithub-actions
DevOps & SRE
Production Dockerfile

Generates a multi-stage, small-image Dockerfile for a given stack.

Multi-stage build, non-root user, .dockerignore, healthcheck, cache layers.

dockerdeploy
DevOps & SRE
Terraform module skeleton

Skeleton for a Terraform module — main, variables, outputs, README.

Follows Hashicorp module conventions + tags everything for cost tracking.

terraformiac
DevOps & SRE
Kubernetes deployment YAML

Production-grade Deployment + Service + HPA + PDB for a stateless service.

Includes resource limits, probes, anti-affinity, security context.

k8sdeployment
DevOps & SRE
Useful log query

Writes a log query (Datadog / Splunk / Loki / CloudWatch) to surface what you need.

For incident investigation, post-mortem evidence, or alerting setup.

logsobservability
DevOps & SRE
Observability plan for a service

Plan for metrics, logs, traces, and alerts for a new service — what to instrument from day 1.

Stops "we don't know what broke" incidents.

observabilitysre
DevOps & SRE
Incident post-mortem

Writes a blameless post-mortem from raw incident notes — timeline, impact, root cause, actions.

Etsy-style blameless write-up. Focuses on systems, not people.

incidentsre
DevOps & SRE
On-call handoff document

Brief for the incoming on-call engineer — open alerts, ongoing investigations, scheduled changes.

No more "what's broken right now?" at 9:01 Monday.

oncallhandoff
DevOps & SRE
Nginx production config

A production-grade Nginx server block — HTTPS, HTTP/2, caching, gzip, security headers.

Sane defaults that don't leak server version or accept dangerous methods.

nginxconfig