generate_rca
Generates a structured Root Cause Analysis report for production incidents, turning incident details into a publish-ready RCA with timeline, cause, impact, and corrective actions.
Instructions
Generate a detailed Root Cause Analysis report for a production incident. Returns a structured prompt the host LLM completes into a publish-ready RCA document with summary, timeline, root cause, impact, resolution, corrective actions, preventive measures, and lessons learned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| impact | No | Quantified impact: users affected, revenue, SLO burn, etc. | |
| timeline | No | Free-form timeline of events from detection through resolution. | |
| rootCause | No | Known or suspected root cause, if already identified. | |
| resolution | No | What was done to resolve / mitigate. | |
| extraContext | No | ||
| detectionTime | No | ISO-8601 timestamp when first noticed. | |
| incidentTitle | Yes | Short name for the incident, e.g. 'Checkout 500s 2026-06-20'. | |
| resolutionTime | No | ISO-8601 timestamp when mitigated / resolved. | |
| affectedSystems | No | Services / regions / customer segments affected. |