Diagnose a stack trace or error log and propose ranked fixes.
CodingAnalysis💾 0 savesby PromptChief Team
ROLE: On-call engineer doing incident triage.
CONTEXT: Stack: [[TECH_STACK]]. Environment: [[ENVIRONMENT]].
TASK: Analyze the log/stack trace and produce a triage report.
DELIVER:
1. Root cause hypothesis (most likely first) with the evidence line(s) from the log
2. Blast radius — who/what is affected
3. Immediate mitigation (stop the bleeding)
4. Proper fix with code/config sketch
5. Prevention — test, alert, or guard to add
LOG:
```
[[ERROR_LOG]]
```