compliance_audit

Audit Markdown and Python files against Phoenix Protocol v13.0 standards.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Icebane84/Synarche_Workshop --skill compliance-audit-icebane84
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compliance_audit
Source: https://github.com/Icebane84/Synarche_Workshop/tree/main/.agent/skills/compliance_audit
Command: npx skills add https://github.com/Icebane84/Synarche_Workshop --skill compliance-audit-icebane84

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The compliance_audit skill detects formatting, metadata, and structural violations that prevent documentation from meeting Phoenix Protocol v13.0 requirements.

Core Features & Use Cases

  • Directory-wide compliance scanning: Recursively audits a target directory (skipping common noise folders) for Markdown and Python artifacts.
  • UIP and structural validation: Checks required UIP keys, validates evolution alignment, enforces geometry rules like a single H1 singularity outside the UIP section, and flags indentation issues.
  • Quality scoring and reporting: Produces per-file PASS/WARNING/FAIL results with error lists, warnings, and a numeric score, then saves a consolidated report.

Quick Start

Run compliance_audit on the documentation folder to generate an audit_report.txt containing pass/fail results and scored dissonance.

Frequently Asked Questions about compliance_audit

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

FAQPage Schema
How do I audit my repository for Phoenix Protocol v13.0 compliance?▼

To audit your repository for Phoenix Protocol v13.0 compliance, run a scan against your target directory. The tool recursively checks Markdown and Python files, validating UIP headers and structural geometry, then generates a PASS/WARNING/FAIL report.

What does a documentation governance check look for in Markdown files?▼

A documentation governance check looks for required UIP keys, verifies evolution alignment, and enforces geometry rules like a single H1 singularity. It flags structural formatting violations and indentation issues to ensure files meet protocol standards.

Can I use structural linting for pre-merge validation of governed artifacts?▼

Yes, you can use structural linting for pre-merge validation of governed artifacts. The tool scans file paths to detect metadata and formatting violations, outputting a numeric quality score and consolidated audit report to block non-compliant merges.

What is the best way to validate UIP headers across a documentation directory?▼

The best way to validate UIP headers across a documentation directory is to run a recursive directory-wide scan. This automatically skips noise folders, detects required UIP keys, and saves a consolidated audit report with per-file quality scores.

Why does my compliance audit report show a WARNING for filename patterns?▼

Your compliance audit report shows a WARNING for filename patterns because the scanner detected file names that do not match expected naming conventions. This serves as a structural linting alert to help you correct naming before final governance readiness checks.

Does the repository scanning skip specific folders when checking documentation governance?▼

Yes, repository scanning skips common noise folders during documentation governance checks. This ensures the compliance audit targets actual Markdown and Python artifacts, preventing build directories from skewing the final PASS/WARNING/FAIL results.