ad-audit

Audit AGENTS.md, ARCHITECTURE.md, and ADR statuses for documentation drift.

728|16|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime --skill ad-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ad-audit
Source: https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime/tree/main/.agents/skills/ad-audit
Command: npx skills add https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime --skill ad-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drift between repository documentation and code can go unnoticed. This Skill audits AGENTS.md, ARCHITECTURE.md, and ADR statuses to surface inconsistencies without modifying any files.

Core Features & Use Cases

  • Read-only drift detection between documentation and implementation.
  • Generates a drift list for review and reporting.
  • Suitable for code reviews, governance checks, and documentation validation workflows.

Quick Start

Audit the repo by listing AGENTS.md, ARCHITECTURE.md, and ADRs for drift and report discrepancies without modifying any files.

Frequently Asked Questions about ad-audit

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

FAQPage Schema
How do I detect drift between documentation and code in a repository?

Documentation drift between docs and code can go unnoticed during development. Auditing AGENTS.md, ARCHITECTURE.md, and ADR statuses surfaces these inconsistencies by producing a read-only drift list, ensuring alignment across documentation and implementation without modifying files.

How do I audit ADR statuses and architecture docs during a code review?

Auditing ADR statuses and architecture docs involves read-only checks comparing AGENTS.md, ARCHITECTURE.md, and ADRs against the codebase. It generates a drift list of discrepancies for reporting, ensuring documentation validation and governance consistency during code reviews without writing files.

Can I check AGENTS.md and ARCHITECTURE.md consistency without modifying files?

Yes, you can perform a read-only drift audit of AGENTS.md and ARCHITECTURE.md against the codebase. This process identifies inconsistencies and produces a drift list for reporting without modifying any files, ensuring safe documentation validation during governance checks.

What is the best way to validate repository documentation against implementation?

A read-only drift audit is the best way to validate repository documentation against implementation. By checking AGENTS.md, ARCHITECTURE.md, and ADR statuses, it generates a drift list of discrepancies for review, ensuring consistency across docs and code without modifying files.

What are the limitations of using a read-only drift audit for governance checks?

The limitation of a read-only drift audit is that it never writes files or fixes detected inconsistencies. It only produces a drift list identifying discrepancies between AGENTS.md, ARCHITECTURE.md, ADRs, and code, requiring manual intervention to resolve the drift.