doc-consistency-check · diff
git:20260502.f6e3f26 to git:20260502.5b203d8
10 added, 2 removed. Audit B to A.
---
name: doc-consistency-check
- description: TODO – Phase 3 authoring pending.
+ description: "Audit documentation for broken file paths, outdated commands, and renamed variables."
---
- <!-- PLACEHOLDER: Content to be written in Phase 3. -->
+ # Doc Consistency Check
+ Documentation rots when code changes. This skill identifies stale references in Markdown files.
+
+ ## Consistency Protocol
+
+ 1. Grep markdown files (`.md`) for file paths (e.g., `src/components/Button.tsx`).
+ 2. Verify that those files still exist in the repository. If not, the documentation is stale.
+ 3. Check code blocks in documentation. Do the function names and variable names still match the actual source code?
+ 4. Flag broken links and outdated references for immediate correction.