What problem does it solve? Projects accumulate drift over time: version numbers diverge between package.json and docs, deprecated terminology lingers, diagrams show outdated counts, and cross-references break silently. This Skill provides a systematic audit process to catch these inconsistencies before they reach users. ## Core Features & Use Cases - Version and Terminology Checks: Grep-based scans find mismatched version references and deprecated terms across Markdown, TypeScript, and JSON files. - Diagram and Cross-Reference Validation: Verifies Mermaid/ASCII diagram labels, internal Markdown links, and image references against actual project state. - Structured Audit Report: Produces a categorized report template (version, terminology, facts, diagrams, references, code-docs sync) with issue locations and suggested fixes. - Use Case: Before a major release, run a full audit to confirm that README counts, CHANGELOG versions, API docs, and configuration schemas all match the actual codebase. ## Quick Start Ask the AI to run an architecture audit on this project and report any version, terminology, or documentation inconsistencies.