governance-audit

Identify mechanical and semantic inconsistencies across repository governance documentation.

2|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/Hypercart-Dev-Tools/pdda --skill governance-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-audit
Source: https://github.com/Hypercart-Dev-Tools/pdda/tree/main/.claude/skills/governance-audit
Command: npx skills add https://github.com/Hypercart-Dev-Tools/pdda --skill governance-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the common issue of documentation drift, where operating procedures, agent instructions, and project guidelines become contradictory or outdated as a repository evolves.

Core Features & Use Cases

  • Deterministic Drift Detection: Automatically identifies broken cross-references, missing subcommands, and undocumented environment variables.
  • Semantic Consistency Review: Performs a side-by-side reading of governance documents to flag conflicting rules, stale claims, and duplicated ownership assertions.
  • Use Case: Use this before a major project milestone or when onboarding new contributors to ensure that the repository's internal documentation (ROUTER.md, AGENTS.md, etc.) is perfectly aligned with the actual codebase and current project standards.

Quick Start

Run the governance audit skill to identify any inconsistencies or contradictions across the repository operating documents.

Frequently Asked Questions about governance-audit

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

FAQPage Schema
How do I detect documentation drift in repository governance files?

Documentation drift in repository governance files is detected by performing a side-by-side reading of operating docs like ROUTER.md and AGENTS.md to identify broken cross-references, undocumented environment variables, and conflicting rules.

What is the best way to audit project governance documents for compliance?

Auditing project governance documents for compliance requires executing the pdda.sh governance script followed by a comparative analysis to evaluate doc-to-code drift and identify mechanical or semantic inconsistencies.

When do I need to run a consistency audit on my project documentation?

A consistency audit on project documentation is needed before a major project milestone or when onboarding new contributors to ensure internal guidelines are perfectly aligned with the actual codebase and current standards.

Can I check for conflicting prose and stale claims across AGENTS.md and ROUTER.md?

Checking for conflicting prose and stale claims across AGENTS.md and ROUTER.md is possible through a semantic consistency review that flags duplicated ownership assertions and outdated operating procedures.

Does the governance audit require any external dependencies to run?

The governance audit does not require external dependencies; it relies on executing the built-in pdda.sh governance script to perform deterministic drift detection and comparative analysis.

Why are my project guidelines and agent instructions becoming contradictory?

Project guidelines and agent instructions become contradictory due to documentation drift, where operating procedures and project guidelines become outdated or conflict as a repository evolves over time.