Incident Postmortem Generator
Generates structured incident postmortems by aggregating data from PagerDuty incidents API, Slack channel history, and Grafana dashboard snapshots. Produces blameless postmortem documents following the Google SRE template format.
Generates structured incident postmortems by aggregating data from PagerDuty incidents API, Slack channel history, and Grafana dashboard snapshots. Produces blameless postmortem documents following the Google SRE template format.
npx skills add agentskillexchange/skills --skill incident-postmortem-generator
Incident Postmortem Generator automates the creation of blameless postmortem documents by aggregating data from your incident response toolchain.
How It Works
The skill pulls incident timeline data from PagerDuty’s REST API, conversation history from Slack incident channels, and performance graphs from Grafana dashboard snapshots. It synthesizes this data into a structured postmortem following the Google SRE template.
Key Features
- Automated timeline construction from PagerDuty incident logs, Slack messages, and deployment events
- Impact analysis using Grafana queries to quantify error rates, latency percentiles, and affected users
- Root cause categorization aligned with categories like code change, configuration, dependency, capacity
- Action item extraction with owner assignment and priority ranking
Output
Generates documents in Confluence, Google Docs, or Markdown format. Tracks action item completion status. Supports recurring incident pattern detection across historical postmortems. Templates are customizable per team or service.