find-contact
Resolve a 3CX contact or extension by email, extension, or name
List outstanding action items from Rootly postmortems and incidents
$ 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.
/action-itemsContext preview
What this command does when you run it.
List outstanding action items from Rootly postmortems and incidents
description: List outstanding action items from Rootly postmortems and incidents argument-hint: "[status] [incident_id] [assignee]" arguments: [status, incident_id, assignee]
List and summarize outstanding action items from Rootly incidents and postmortems. Tracks follow-up tasks that prevent recurrence, improve detection, or address process gaps identified during incident response.
1. **Fetch incidents with action items**
If `incident_id` is specified, fetch action items for that specific incident using `incidents_by_incident_id_action_items_get`. Otherwise, fetch recent resolved incidents with `incidents_get` and iterate through them to collect action items.
2. **Filter by status**
Filter action items by the specified status (default: open). Include `in_progress` items as well to show active follow-through.
3. **Filter by assignee**
If `assignee` is specified, match action items by assignee name or email.
4. **Build action items table**
For each action item, display:
5. **Flag overdue items**
Identify action items past their due date and highlight them for immediate attention.
6. **Identify gaps**
Flag resolved incidents that have zero action items -- these may need follow-up to ensure lessons are captured.
7. **Provide summary metrics**
Report total action items, open count, overdue count, completion rate, and breakdown by priority.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | status | string | No | open | Filter by status (open, in_progress, completed) | | incident_id | string | No | all | Filter to a specific incident | | assignee | string | No | all | Filter by assignee name or email |
/action-items
/action-items --incident_id "inc-456"
/action-items --assignee "jane.doe@company.com"
/action-items --status completed
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