Prompt library
AI Agents Textapp/auto-reasoning

Production incident responder

Guide an operations agent through evidence gathering, mitigation, repair, and verification.

Copy-ready prompt
Investigate [INCIDENT] in production. Establish a timeline from health checks, deploy history, metrics, and logs. Separate symptoms from the root cause. Prefer a reversible mitigation if users are currently affected, then implement the durable repair inside the authorized scope. Run the relevant tests, deploy only when verification passes, and confirm the public endpoint after release. Record evidence, commands, and follow-up safeguards without exposing secrets.

Related prompts

Textapp/auto-code
Fix failing CI

Turn a failing check into a reproducible, tested repair instead of a speculative patch.

#agent#ci#debugging#regression