Check Rule Alignment

Compare skill coverage against the rule ledger and rank gaps by severity.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill check-rule-alignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Check Rule Alignment
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/check-rule-alignment
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill check-rule-alignment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gaps between skills and active rules can leave an organization under- or over-governed. This skill identifies and prioritizes those gaps by severity to help you shore up coverage.

Core Features & Use Cases

  • Parses the graded JSON output from skill_grader.py to compute gaps.
  • Ranks gaps by severity and surfaces actionable insights for policy alignment.
  • Generates a concise report that guides remediation across teams.

Quick Start

Run the grader to generate the latest gap report and review the top gaps.

Frequently Asked Questions about Check Rule Alignment

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

FAQPage Schema
How do I perform a gap analysis against active rules using graded JSON output?

To perform a gap analysis, parse the graded JSON output from skill_grader.py to compute coverage gaps. The skill compares skill coverage against the rule ledger to surface gaps by severity and renders a Markdown datatable highlighting recommended actions.

What is rule alignment checking and when do I need it?

Rule alignment checking identifies gaps between skills and active rules to prevent under- or over-governance. You need this auditing process when reviewing current skills against active rules to produce a ranked list of coverage gaps and remediation reports.

How do I generate a ranked gap report for policy alignment?

Generate a ranked gap report by running the grader to process graded JSON data. The workflow ranks gaps by severity, surfaces actionable insights for policy alignment, and produces a concise Markdown report guiding remediation across teams.

Do I need skill_grader.py output to audit rule coverage gaps?

Yes, you need the graded JSON output from skill_grader.py as input. The skill reads this specific file format to compute gaps, compare coverage against the rule ledger, and surface ranked gaps by severity with recommended actions.

What's the best way to visualize skill coverage gaps for remediation?

The best way to visualize skill coverage gaps is by rendering a Markdown datatable from the graded JSON output. This highlights gaps by severity and surfaces actionable insights to guide remediation across teams effectively.

Why are my skills showing coverage gaps against the rule ledger?

Skills show coverage gaps when their alignment with active rules in the rule ledger is incomplete. The gap analysis parses graded JSON output to identify these mismatches by severity, helping you address under- or over-governed areas.