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
Ship a repository featureGive a coding agent a bounded feature task with verification and a clean handoff.
#agent#repository#implementation#tests
Textapp/auto-code
Fix failing CITurn a failing check into a reproducible, tested repair instead of a speculative patch.
#agent#ci#debugging#regression
Textapp/auto-code
Evidence-first code reviewReview a change for concrete correctness, security, and regression risks.
#agent#review#security#quality