find-contact
Resolve a 3CX contact or extension by email, extension, or name
Escalate a PagerDuty incident to the next level in the escalation policy
$ 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.
/escalate-incidentContext preview
What this command does when you run it.
Escalate a PagerDuty incident to the next level in the escalation policy
description: Escalate a PagerDuty incident to the next level in the escalation policy argument-hint: "<incident_id> [escalation_level]" arguments: [incident_id, escalation_level]
Escalate an incident to the next level in its escalation policy, notifying the next tier of responders. Use this when the current responder has not acknowledged or when the issue requires more senior attention.
1. **Get incident details**
Call `get_incident` with the specified `incident_id` to retrieve the current status, urgency, service, and escalation policy.
2. **Review current escalation state**
Call `get_escalation_policy` with the incident's escalation policy ID. Show the full escalation chain with each level's targets and timeouts.
3. **Identify the current and next escalation level**
Check the incident's log entries with `list_incident_log_entries` to determine the current escalation level. Calculate the next level (or use the specified `escalation_level`).
4. **Show who will be notified**
Call `list_oncalls` filtered by the escalation policy to show who is at the next escalation level. Present this to the user for confirmation.
5. **Escalate the incident**
Call `update_incident` with the `escalation_level` set to the target level. This re-triggers notifications to the new tier of responders.
6. **Add an escalation note**
Call `create_incident_note` to document why the incident was escalated, providing context for the incoming responder.
7. **Confirm escalation**
Display the updated incident with the new escalation level and assigned responders.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | incident_id | string | Yes | | The incident ID to escalate (e.g., P1234ABC) | | escalation_level | integer | No | next level | Specific escalation level to jump to |
/escalate-incident --incident_id "P1234ABC"
/escalate-incident --incident_id "P1234ABC" --escalation_level 3
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