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.
Drafts an on-call runbook for a specific failure mode — detect, diagnose, mitigate, recover.
Saves the 3am scramble of "what do I do?".
A complete CI pipeline YAML — lint, test, build, scan, deploy — for a Node/Python/Go service.
Caching, matrix builds, secrets handling, deploy gates.
Generates a multi-stage, small-image Dockerfile for a given stack.
Multi-stage build, non-root user, .dockerignore, healthcheck, cache layers.
Skeleton for a Terraform module — main, variables, outputs, README.
Follows Hashicorp module conventions + tags everything for cost tracking.
Production-grade Deployment + Service + HPA + PDB for a stateless service.
Includes resource limits, probes, anti-affinity, security context.
Writes a log query (Datadog / Splunk / Loki / CloudWatch) to surface what you need.
For incident investigation, post-mortem evidence, or alerting setup.
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.
Writes a blameless post-mortem from raw incident notes — timeline, impact, root cause, actions.
Etsy-style blameless write-up. Focuses on systems, not people.
Brief for the incoming on-call engineer — open alerts, ongoing investigations, scheduled changes.
No more "what's broken right now?" at 9:01 Monday.
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.