Compliance score
Skill bromso/metapowers/plugins/compliance/skills/compliance-score
Calculate overall compliance score across all assessed regulationsFrom its SKILL.md
npx -y skills add bromso/metapowers --skill compliance-scoreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.7 KB, 564 tokens by cl100k_base, as published. Nobody here has run it
Compliance Score
Calculate the overall compliance score for "$ARGUMENTS" across all assessed regulations, providing a weighted scorecard with per-regulation breakdowns and trend analysis.
Prerequisites
None — this is a utility skill.
Process
-
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.mdfor GRC methodology reference - Read all assessment files from
.metapowers/compliance/$ARGUMENTS/01-assess/if they exist - Read
.metapowers/compliance/$ARGUMENTS/00-scope.mdfor compliance priorities and weights (if available)
- Read
-
Per-regulation scoring:
- For each regulation with an assessment: count controls by status — compliant, partially compliant, non-compliant, not applicable
- Calculate percentage compliance score per regulation
- Partially compliant controls count as 50% compliant
- Not applicable controls are excluded from the denominator
- Document the scoring methodology transparently
-
Weighted overall score:
- If compliance priorities exist (from Phase 0): use business importance weights
- If no priorities exist: weight equally across all assessed regulations
- Calculate weighted overall compliance score
- Present as percentage with confidence indicator (based on assessment completeness)
-
Analysis:
- Identify weakest areas — regulations or control domains with lowest scores
- Identify strongest areas — regulations where compliance is highest
- Calculate gap-to-target — how much improvement is needed to reach target score (e.g., 90%)
- If previous scores exist: show trend analysis (improving, stable, declining)
-
Scorecard presentation:
- Overall weighted score with RAG rating
- Per-regulation score with RAG rating
- Per-domain score (access control, data protection, incident response, etc.)
- Comparison to industry benchmarks where available
-
Present scorecard to user with:
- Overall Compliance Score — weighted score with confidence level
- Per-Regulation Breakdown — individual regulation scores
- Weakest Areas — domains and regulations needing the most attention
- Strongest Areas — domains and regulations in good standing
- Trend Analysis — improvement over time (if previous data exists)
- Gap-to-Target — effort needed to reach compliance goals
Output
Present the compliance scorecard directly to the user highlighting:
- Overall weighted compliance score
- Per-regulation scores with RAG ratings
- Top 3 weakest areas requiring attention
- Trend direction (if historical data available)
- Recommended next steps to improve score
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.