Skip to content
Development
Command

/resolve-finding

Resolve a Blumira finding with the appropriate resolution type and notes

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/resolve-finding

Context preview

What this command does when you run it.

Resolve a Blumira finding with the appropriate resolution type and notes

Command definition

resolve-finding.md
description: Resolve a Blumira finding with the appropriate resolution type and notes
argument-hint: "<finding_id> <resolution_type> <notes>"
arguments: [finding_id, resolution_type, notes]

Resolve Finding

Prerequisites

  • Valid Blumira JWT token configured
  • Finding ID and investigation context

Steps

1. Call `blumira_findings_get` to confirm the finding exists and review its current status 2. Map the resolution type argument to the numeric code:

  • `valid` → 10
  • `not-applicable` → 20
  • `false-positive` → 30

3. Add an investigation comment with `blumira_findings_comments_add` documenting the resolution rationale 4. Call `blumira_findings_resolve` with the finding ID, resolution type code, and notes 5. Confirm resolution was successful 6. Report the updated finding status

Parameters

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | finding_id | string | Yes | UUID of the finding to resolve | | resolution_type | string | Yes | One of: valid, not-applicable, false-positive | | notes | string | Yes | Explanation of the resolution decision |

Examples

Resolve as Valid

/resolve-finding --finding_id "a1b2c3d4-..." --resolution_type valid --notes "Confirmed brute force. Source IP blocked."

Resolve as False Positive

/resolve-finding --finding_id "a1b2c3d4-..." --resolution_type false-positive --notes "Scheduled backup job triggers this alert."

Error Handling

  • **Already resolved:** Report current resolution status
  • **Invalid resolution type:** Show valid options (valid, not-applicable, false-positive)
  • **Finding not found:** Suggest using `/finding-triage` to find valid IDs

Related Commands

  • `/investigate-finding` - Investigate before resolving
  • `/finding-triage` - Find findings that need resolution
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