Audits and synchronizes project documentation with the source code to eliminate stale, inaccurate, or bloated information.
Factcheck Docs is a specialized maintenance skill for Claude Code designed to maintain high-fidelity documentation. It performs deep audits of project artifacts including README.md, CLAUDE.md, and SVG architecture diagrams by cross-referencing every claim against the actual codebase. The skill identifies stale references, factual inaccuracies, and redundant 'bloat,' providing a detailed report before applying automated fixes. By utilizing Playwright for visual rendering checks of diagrams and rigorous validation scripts, it ensures your documentation remains a reliable source of truth for both human developers and AI assistants.
主な機能
011 GitHub stars
02Automated fix application with post-change verification (shellcheck, terraform fmt, etc.)
03Cross-references documentation claims against the codebase 'ground truth'
04Differentiated auditing logic for human-centric vs. AI-centric documentation
05Visual auditing of SVG diagrams using Playwright headless browser screenshots
06Categorizes issues into STALE, INACCURATE, MISSING, BLOAT, and DUPLICATE
ユースケース
01Verifying documentation accuracy after significant code refactoring or feature merges
02Auditing architecture diagrams to ensure ports, paths, and models match implementation
03Reducing documentation debt by removing unnecessary prose and redundant instructions