Architecture Audit
Comprehensive **project** consistency review across code, documentation, diagrams, and configuration
npx skills add majiayu000/claude-skill-registry --skill architecture-audit-fabioc-aloha-airs-data-analysis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Architecture Audit > Comprehensive **project** consistency review across code, documentation, diagrams, and configuration ## Overview Systematic audit process to ensure all **project** artifacts stay synchronized. Catches version drift, terminology inconsistencies, outdated diagrams, broken references, and code-to-docs mismatches. ⚠️ **IMPORTANT**: This skill audits the **user's project code**, NOT the Alex cognitive architecture in `.github/`. Ignore `.github/` folder contents when performing audits - focus on the actual source code, documentation, and configuration in the project root and subdirectories. ## Triggers - "audit", "comprehensive review", "fact-check" - "consistency check", "project health" - "pre-release audit", "documentation review" - Before major releases or after significant refactoring ## Audit Checklist ### 1. Version Consistency ```powershell # Find version references in common locations # EXCLUDE: .github/** (Alex cognitive architecture - not project code) $patterns = @( 'package.json', # "version": "x.y.z" 'src/**/config*.json', # Version in config files (not .github) '*.md', # Root documentation only 'docs/**/*.md', # Project docs (not .github) 'src/**/co
- Overview
- Triggers
- Audit Checklist
- 1. Version Consistency
- 2. Terminology Consistency
- 3. Fact Inventory
- 4. Diagram Validation
- 5. Cross-Reference Validation
- 6. Code-to-Docs Sync
- 7. Configuration Alignment
- Audit Report Template
- Automation Opportunities
- Pre-commit Hook
- CI Pipeline
What does the Architecture Audit skill do?
Comprehensive **project** consistency review across code, documentation, diagrams, and configuration
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill architecture-audit-fabioc-aloha-airs-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
