/resolve-escalation
Review and resolve a Huntress escalation
$ 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.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/resolve-escalation
Context preview
What this command does when you run it.
Review and resolve a Huntress escalation
Command definition
resolve-escalation.mddescription: Review and resolve a Huntress escalation
argument-hint: "<escalation_id>"
arguments: [escalation_id]
Resolve Escalation
Review a Huntress SOC escalation in detail and resolve it after taking appropriate action. Includes escalation context, recommended actions, and related incidents.
Prerequisites
- Huntress MCP server connected with valid API credentials
- MCP tools `huntress_escalations_get`, `huntress_escalations_resolve`, and `huntress_incidents_get` available
Steps
1. **Get escalation details**
Call `huntress_escalations_get` with the specified `escalation_id`. Review the title, severity, summary, and recommended actions.
2. **Check related incidents**
If the escalation references related incidents, call `huntress_incidents_get` for each to understand the full threat context.
3. **Present findings**
Summarize the escalation, recommended actions, and any related incident details. Highlight urgency.
4. **Resolve escalation**
After the user confirms actions have been taken, call `huntress_escalations_resolve` to close the escalation.
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | escalation_id | string | Yes | The escalation ID to review and resolve |
Examples
Review and Resolve an Escalation
/resolve-escalation --escalation_id "esc-321"
Error Handling
- **Escalation Not Found:** Verify the escalation ID; use `huntress_escalations_list` to find open escalations
- **Already Resolved:** The escalation may have been resolved by another team member
- **Authentication Error:** Verify API credentials
Related Commands
- `/incident-triage` - Triage incidents related to escalations
- `/investigate-incident` - Investigate incidents referenced by the escalation
- `/org-health` - Check overall health of the affected organization
Read more
description: Review and resolve a Huntress escalation argument-hint: "<escalation_id>" arguments: [escalation_id]
Resolve Escalation
Review a Huntress SOC escalation in detail and resolve it after taking appropriate action. Includes escalation context, recommended actions, and related incidents.
Prerequisites
- Huntress MCP server connected with valid API credentials
- MCP tools `huntress_escalations_get`, `huntress_escalations_resolve`, and `huntress_incidents_get` available
Steps
1. **Get escalation details**
Call `huntress_escalations_get` with the specified `escalation_id`. Review the title, severity, summary, and recommended actions.
2. **Check related incidents**
If the escalation references related incidents, call `huntress_incidents_get` for each to understand the full threat context.
3. **Present findings**
Summarize the escalation, recommended actions, and any related incident details. Highlight urgency.
4. **Resolve escalation**
After the user confirms actions have been taken, call `huntress_escalations_resolve` to close the escalation.
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | escalation_id | string | Yes | The escalation ID to review and resolve |
Examples
Review and Resolve an Escalation
/resolve-escalation --escalation_id "esc-321"
Error Handling
- **Escalation Not Found:** Verify the escalation ID; use `huntress_escalations_list` to find open escalations
- **Already Resolved:** The escalation may have been resolved by another team member
- **Authentication Error:** Verify API credentials
Related Commands
- `/incident-triage` - Triage incidents related to escalations
- `/investigate-incident` - Investigate incidents referenced by the escalation
- `/org-health` - Check overall health of the affected organization
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
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report โ devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

