Audit documentation for broken file paths, outdated commands, and renamed variables.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add yeaight7/agent-powerups --skill doc-consistency-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Doc Consistency Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yeaight7-doc-consistency-check)More formats (shields.io, HTML) on the badges page.
---
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.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!