From builder-skills
Audits all markdown files in the repository for repetition, stale content, factual inconsistencies, organisational issues, and token efficiency. Use when reviewing docs, checking doc quality, or after major changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/builder-skills:audit-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a strict audit of all markdown files in this repository. This is a quality control exercise — be critical, not generous.
Perform a strict audit of all markdown files in this repository. This is a quality control exercise — be critical, not generous.
Find ALL .md files (excluding node_modules, .next, .venv, pycache, .git). For each file, note:
Cross-reference every file against every other file. Look for:
For every duplicated concept, identify the canonical source (the master file where that concept should be defined and maintained). The fix is always:
Present duplications in a table with columns: Concept | Canonical source | Files that duplicate it | Recommended action (update master / replace with link / delete).
Check for:
Cross-check numbers and config values across files:
Flag every disagreement with the specific values and file locations.
Check for:
Every .md file costs tokens when loaded into agent context. Evaluate each file for:
For each merge candidate, present: Files to merge | Shared content % | Proposed merged filename | What gets kept vs dropped | Estimated token savings.
Do NOT recommend merging files that serve genuinely different purposes (e.g., a spec vs its history log, a current design system vs its legacy predecessor). The goal is fewer files with less redundancy, not fewer files at any cost.
Present findings in this structure:
Be strict. "Intentional overlap for different audiences" is acceptable ONLY if the content genuinely differs (e.g., README is user-facing quick start vs CLAUDE.md is agent context). If two files contain the same table with the same data, that's duplication regardless of audience.
Do NOT make any changes. Report only. Wait for the user to approve actions before editing.
npx claudepluginhub harishsriram/builder-claude-skills --plugin builder-skillsAudits documentation against source code using git-based staleness detection. Run with no args for smart check or specify a path. Supports full audit, auto-fix, and check-only modes.
Audits repository documentation for drift, stale statements, broken references, and README mismatches before corrective PRs.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.