Goal: Generate a structured incident report in Markdown with YAML front matter from production logs.
Analyse production logs and create a perfectly formatted incident report that can trigger automated alerts and guide human responders.
Use the sample log below or paste your own production logs for analysis:
--- title: "Production Alert: [Error Summary]" priority: "[High/Medium/Low]" status: "open" suggested_assignee_squad: "[Squad Name]" labels: - "production-alert" - "auto-generated" - "[feature-area]" --- ### Automated Incident Report **Error Summary:** [Detailed description] **Log Evidence:** [Relevant log lines] **Initial Assessment:** [Root cause hypothesis]
What is the advantage of using Markdown with YAML front matter over plain JSON for this incident report?