doc-consistency-check · git:20260502.5b203d8 · 2026-05-02 · sha256 600362274cee22d9

doc-consistency-check git:20260502.5b203d8A

Immutable. This exact content is served forever at /api/v1/blob/600362274cee22d9.

---
name: doc-consistency-check
description: "Audit documentation for broken file paths, outdated commands, and renamed variables."
---

# 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.