What problem does it solve? Recurring failures buried in growing incident logs go unnoticed until they cause repeated outages. This Skill automates the analysis of the incidents.ndjson log, groups failures by stack signature, drafts post-mortems, and queues remediation tasks so patterns are addressed before they escalate. ## Core Features & Use Cases - Automated Incident Analysis: Invokes the sre_responder agent to parse incidents.ndjson, group entries by stack_signature, and count duplicate failures. - Post-Mortem Drafting: Generates POSTMORTEM.md entries for any failure signature occurring three or more times. - Task Queueing: Creates E-## remediation tasks in TASKS.md via the task-synchronizer MCP and stamps results with [SRE_PASS] or [SRE_FAIL]. - Use Case: Your incidents.ndjson file has grown past 10 KB after a week of errors. Run this Skill to identify that a null-pointer signature appeared 12 times, get a post-mortem drafted, and have a remediation task queued for the Engineer automatically. ## Quick Start Run the ai-triage skill to analyze the current incidents log and queue remediation tasks for any recurring failure patterns.