audit-docs

Audit architecture documents against code implementation with checkpointing and resumption.

60|13|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leogodin217/leos_claude_starter --skill audit-docs-leogodin217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-docs
Source: https://github.com/leogodin217/leos_claude_starter/tree/main/.claude/skills/audit-docs
Command: npx skills add https://github.com/leogodin217/leos_claude_starter --skill audit-docs-leogodin217

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of auditing documentation against actual code implementation, identifying discrepancies and ensuring that documentation remains accurate and up-to-date.

Core Features & Use Cases

  • Automated Auditing: Sequentially audits architecture documents against the codebase.
  • Checkpointing & Resumption: Saves progress, allowing audits to resume after interruptions.
  • Findings Generation: Creates detailed reports of discrepancies and verified accurate sections.
  • Use Case: Regularly audit your project's architecture documentation to catch drift as the codebase evolves, ensuring that new features and changes are reflected accurately in the docs.

Quick Start

Run the audit-docs skill to begin an audit of your architecture documentation.

Frequently Asked Questions about audit-docs

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

FAQPage Schema
How do I audit architecture documentation against my codebase?

Auditing architecture documentation against a codebase is done by sequentially discovering docs, comparing them to implementation, and generating discrepancy reports. This automated process identifies documentation drift and prompts for user approval on fixes.

What is documentation drift and how do I catch it as my codebase evolves?

Documentation drift occurs when code changes are not reflected in docs. You catch it by running sequential audits that compare architecture documents against implementation, generating detailed findings of discrepancies and verified accurate sections.

Can I resume an interrupted code review audit if my session drops?

Yes, you can resume an interrupted audit because the process uses file-based checkpointing to save progress. This resumption capability allows the sequential documentation auditing to continue after interruptions without restarting.

Does the automated documentation audit generate a summary of findings?

Yes, the audit generates a detailed summary of findings after auditing architecture documents against the codebase. It creates reports of discrepancies and verified accurate sections, then prompts for user approval on fixes.

What's the best way to ensure documentation accuracy and consistency across a project?

The best way to ensure documentation accuracy and consistency is regular automated auditing that discovers architecture documents, compares them against implementation, and generates discrepancy reports with summaries to prompt user-approved fixes.

Do I need any external dependencies to run a documentation consistency audit?

No external dependencies are required to run a documentation consistency audit. The process orchestrates session initialization, auditing, summarizing, and optional verification phases using self-contained scripts and references.