/compliance-status
Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items
$ 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
/compliance-status
Context preview
What this command does when you run it.
Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items
Command definition
compliance-status.mddescription: Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items
argument-hint: "[client]"
arguments: [client]
ControlMap Compliance Status
Summarize a client's compliance posture from ControlMap: health score, open risks, control coverage, evidence gaps, and outstanding action items.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY` and the correct `X_SCALEPAD_REGION` (us/eu/ca/au) for the tenant
- Optional discovery: `scalepad_navigate` with `domain: "controlmap"` lists the relevant tools
- Tools used: `scalepad_cm_health_list`, `scalepad_cm_risks_list_summaries`, `scalepad_cm_controls_list_summaries`, `scalepad_cm_evidence_list_summaries`, `scalepad_cm_action_items_search`
Steps
1. **Health overview**
Call `scalepad_cm_health_list` and locate the client's compliance health record.
2. **Risk register**
Call `scalepad_cm_risks_list_summaries` for the client; highlight high-severity and unmitigated risks.
3. **Control coverage**
Call `scalepad_cm_controls_list_summaries`; note controls that are failing or unmapped to framework objectives.
4. **Evidence gaps**
Call `scalepad_cm_evidence_list_summaries`; flag stale or missing evidence.
5. **Outstanding work**
Call `scalepad_cm_action_items_search` for open action items; sort by due date.
6. **Report**
Output: health score, top risks (severity, status, mitigating controls), control pass/fail summary, evidence gaps, and an action item list with owners and due dates.
Examples
/compliance-status "Acme Dental"
Related Commands
- `/backup-health` - backup evidence for continuity controls
Read more
description: Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items argument-hint: "[client]" arguments: [client]
ControlMap Compliance Status
Summarize a client's compliance posture from ControlMap: health score, open risks, control coverage, evidence gaps, and outstanding action items.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY` and the correct `X_SCALEPAD_REGION` (us/eu/ca/au) for the tenant
- Optional discovery: `scalepad_navigate` with `domain: "controlmap"` lists the relevant tools
- Tools used: `scalepad_cm_health_list`, `scalepad_cm_risks_list_summaries`, `scalepad_cm_controls_list_summaries`, `scalepad_cm_evidence_list_summaries`, `scalepad_cm_action_items_search`
Steps
1. **Health overview**
Call `scalepad_cm_health_list` and locate the client's compliance health record.
2. **Risk register**
Call `scalepad_cm_risks_list_summaries` for the client; highlight high-severity and unmitigated risks.
3. **Control coverage**
Call `scalepad_cm_controls_list_summaries`; note controls that are failing or unmapped to framework objectives.
4. **Evidence gaps**
Call `scalepad_cm_evidence_list_summaries`; flag stale or missing evidence.
5. **Outstanding work**
Call `scalepad_cm_action_items_search` for open action items; sort by due date.
6. **Report**
Output: health score, top risks (severity, status, mitigating controls), control pass/fail summary, evidence gaps, and an action item list with owners and due dates.
Examples
/compliance-status "Acme Dental"
Related Commands
- `/backup-health` - backup evidence for continuity controls
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

