Skip to content
Development
Command

/investigate-incident

Deep dive investigation into a specific Huntress incident with remediations

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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/investigate-incident

Context preview

What this command does when you run it.

Deep dive investigation into a specific Huntress incident with remediations

Command definition

investigate-incident.md
description: Deep dive investigation into a specific Huntress incident with remediations
argument-hint: "<incident_id>"
arguments: [incident_id]

Investigate Huntress Incident

Perform a deep investigation of a specific incident, including affected hosts, timeline, indicators, and available remediations. Provides actionable recommendations for remediation approval/rejection.

Prerequisites

  • Huntress MCP server connected with valid API credentials
  • MCP tools `huntress_incidents_get`, `huntress_incidents_remediations`, and `huntress_incidents_remediation_get` available

Steps

1. **Get incident details**

Call `huntress_incidents_get` with the specified `incident_id` to retrieve full incident information including title, severity, affected hosts, and timeline.

2. **List remediations**

Call `huntress_incidents_remediations` to get all recommended remediations for this incident.

3. **Review each remediation**

For each remediation, present the type, description, target host, and current status.

4. **Check related context**

Look up the organization details and any related escalations for full context.

5. **Provide recommendations**

Recommend whether to approve or reject each remediation based on the investigation findings. Suggest next steps.

Parameters

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | incident_id | string | Yes | The incident ID to investigate |

Examples

Investigate an Incident

/investigate-incident --incident_id "inc-789"

Error Handling

  • **Incident Not Found:** Verify the incident ID; use `/incident-triage` to list open incidents
  • **No Remediations:** Some incidents may not have remediations yet; check back later
  • **Authentication Error:** Verify API credentials

Related Commands

  • `/incident-triage` - List open incidents to find incident IDs
  • `/org-health` - Check overall health of the affected organization
  • `/resolve-escalation` - Handle related escalations
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins