find-contact
Resolve a 3CX contact or extension by email, extension, or name
Generate a postmortem summary for a resolved Rootly incident
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/postmortem-summaryContext preview
What this command does when you run it.
Generate a postmortem summary for a resolved Rootly incident
description: Generate a postmortem summary for a resolved Rootly incident argument-hint: "<incident_id>" arguments: [incident_id]
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.
1. **Get incident details**
Call `incidents_get` to retrieve the full incident record including title, severity, status, summary, affected services, timeline timestamps, and assigned teams.
2. **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.
3. **Get attached alerts**
Call `incidents_by_incident_id_alerts_get` to retrieve the triggering alerts, including source (Datadog, PagerDuty, etc.) and alert metadata.
4. **Find related incidents**
Call `find_related_incidents` to identify historical patterns. Note any recurring themes (same service, same time of day, same root cause).
5. **Get AI-suggested solutions**
Call `suggest_solutions` to surface remediation recommendations based on past incident resolutions.
6. **Get existing action items**
Call `incidents_by_incident_id_action_items_get` to list follow-up tasks already created.
7. **Build postmortem summary**
Compile a structured postmortem with these sections:
8. **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"
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type