inspect-control

Analyze a control file to report requirement stats and mapping status.

2.8k|817|Updated Apr 29, 2014
One-click install
npx skills add https://github.com/ComplianceAsCode/content --skill inspect-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect-control
Source: https://github.com/ComplianceAsCode/content/tree/main/.claude/skills/inspect-control
Command: npx skills add https://github.com/ComplianceAsCode/content --skill inspect-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes a control file to report requirement counts, mapping status, and cross-framework context, enabling informed triage before mapping.

Core Features & Use Cases

  • Compute totals by status (mapped, unmapped, manual, not applicable) and present a concise overview.
  • List unmapped and partially mapped requirements to guide follow-up work.
  • Fall back to filesystem-based parsing when MCP tooling is unavailable, ensuring resilience.

Quick Start

Provide the control file ID to inspect and run the skill to generate a triage report.

Frequently Asked Questions about inspect-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get requirement stats from a compliance control file before mapping?

To get requirement stats from a compliance control file, analyze the file to compute totals by status such as mapped, unmapped, manual, and not applicable, presenting a concise triage overview.

What is the best way to triage unmapped requirements across frameworks like ANSSI or HIPAA?

The best way to triage unmapped requirements across frameworks like ANSSI or HIPAA is to analyze the control file to list unmapped and partially mapped items, guiding prioritization and resource planning.

How does control file inspection work when MCP tooling is unavailable?

Control file inspection works by falling back to filesystem-based YAML parsing to compute totals and unmapped requirements when MCP tooling is unavailable, ensuring resilient triage reporting.

Can I check cross-framework mapping status for SRG/GPOS policies?

Yes, you can check cross-framework mapping status for SRG/GPOS policies by analyzing the control file to report mapping status and cross-framework context for triage before mapping.

Does inspect-control require external dependencies to compute control statistics?

No, inspect-control does not require external dependencies to compute control statistics, as it implements load-and-validate logic that falls back to YAML parsing when MCP tooling is unavailable.

When do I need to run a triage report on a control file?

You need to run a triage report on a control file during initial mapping sessions across policies, using the computed requirement stats and mapping status to guide prioritization and resource planning.