From rootly
Generates a structured postmortem summary for a resolved Rootly incident, including timeline, root cause analysis, impact, detection, response, related incidents, action items, and metrics.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin rootly# Generate Postmortem Summary Generate a comprehensive postmortem summary for a resolved incident, including timeline, root cause analysis, impact assessment, and action items. Uses incident data, related incidents, and AI suggestions to produce a structured retrospective. ## Prerequisites - Rootly MCP server connected with valid API credentials - MCP tools `incidents_get`, `find_related_incidents`, `suggest_solutions`, `incidents_by_incident_id_action_items_get`, and `incidents_by_incident_id_alerts_get` available ## Steps 1. **Get incident details** Call `incidents_get` to retrie...
Generate a comprehensive postmortem summary for a resolved incident, including timeline, root cause analysis, impact assessment, and action items. Uses incident data, related incidents, and AI suggestions to produce a structured retrospective.
incidents_get, find_related_incidents, suggest_solutions, incidents_by_incident_id_action_items_get, and incidents_by_incident_id_alerts_get availableGet incident details
Call incidents_get to retrieve the full incident record including title, severity, status, summary, affected services, timeline timestamps, and assigned teams.
Verify incident is resolved
Confirm the incident has a resolved_at timestamp. If the incident is still active, warn the user and suggest resolving it first.
Get attached alerts
Call incidents_by_incident_id_alerts_get to retrieve the triggering alerts, including source (Datadog, PagerDuty, etc.) and alert metadata.
Find related incidents
Call find_related_incidents to identify historical patterns. Note any recurring themes (same service, same time of day, same root cause).
Get AI-suggested solutions
Call suggest_solutions to surface remediation recommendations based on past incident resolutions.
Get existing action items
Call incidents_by_incident_id_action_items_get to list follow-up tasks already created.
Build postmortem summary
Compile a structured postmortem with these sections:
Suggest missing action items
If the AI analysis or related incidents suggest follow-up actions not yet tracked, recommend creating them.
| Parameter | Type | Required | Description |
|---|---|---|---|
| incident_id | string | Yes | The incident ID or sequential ID to summarize |
/postmortem-summary --incident_id "inc-456"
/postmortem-summary --incident_id "INC-342"
/incident-triage to list recent incidentsROOTLY_API_TOKEN is set correctly/incident-triage - List active incidents/action-items - List outstanding action items/service-status - Check current service health