spec-compliance

Parse Markdown, YAML, or JSON specs and generate a compliance matrix with evidence.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ribatshepo/Auto-Orchestrate --skill spec-compliance-ribatshepo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-compliance
Source: https://github.com/ribatshepo/Auto-Orchestrate/tree/main/claude-code/skills/spec-compliance
Command: npx skills add https://github.com/ribatshepo/Auto-Orchestrate --skill spec-compliance-ribatshepo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Aligns evolving software specs with the actual codebase by automating parsing, mapping, and auditing to produce actionable compliance reports and remediation guidance.

Core Features & Use Cases

  • Structured extraction of requirements from Markdown, YAML, or JSON specs.
  • Automated mapping of requirements to code evidence, tests, and deployment artifacts.
  • Generates a formal compliance matrix and a gap report to drive audit-remediate loops.
  • Supports Docker-enabled checks when DOCKER_MODE is enabled, and outputs manifest entries for traceability.

Quick Start

Parse your spec with the tooling and generate a live compliance matrix against your project.

Frequently Asked Questions about spec-compliance

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

FAQPage Schema
How do I map requirements to code evidence for spec compliance?

Spec compliance mapping parses Markdown, YAML, or JSON specs and maps requirements to code evidence, tests, and deployment artifacts to produce a structured compliance matrix with per-requirement statuses.

What is a compliance matrix and how does it support gap analysis?

A compliance matrix is a structured report mapping requirements to code evidence, enabling gap analysis by identifying unmet requirements and generating remediation guidance across repositories.

Can I audit YAML and JSON specs against my codebase?

Yes, the compliance automation tool parses YAML and JSON specs, maps them to code evidence, and generates a formal compliance matrix and gap report for audit-remediate loops.

Do I need Docker to run code compliance audits?

Docker is not required, but Docker-enabled checks are supported when DOCKER_MODE is enabled, allowing containerized verification of requirements during the compliance audit process.

How do I generate a structured compliance report from Markdown specs?

Parse Markdown specs to extract structured requirements, map them to code evidence, and generate a compliance matrix with per-requirement statuses and manifest entries for traceability.

What's the best way to automate gap analysis across multiple repositories?

Automated compliance auditing parses specs, maps requirements to code evidence across repositories, and generates a gap report with remediation guidance to drive audit-remediate loops.