How to use these DevOps prompts
Treat every prompt as a fill-in-the-blank form. Replace each [bracketed] placeholder with your real values — service names, cloud provider, error text, log snippets — and delete any placeholder that does not apply. The more specific the inputs, the less the model invents.
Always paste the model a **source of truth**: the actual Terraform plan, the real alert payload, the genuine stack trace. Models reason far better over your concrete artifacts than over a vague description. Run output through your normal review gate — a prompt drafts the runbook; you still own the merge.
**Never paste secrets, production credentials, customer PII, or private keys into a chatbot.** Redact tokens, account IDs, and IPs before pasting. For the broader risk model, see the prompt injection defense checklist — your CI pipeline and any agent that reads logs are attack surfaces too.