/resolve-finding
Resolve a Blumira finding with the appropriate resolution type and notes
$ 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-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.mddescription: 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
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
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

