From 000-jeremy-content-consistency-validator
Validate messaging consistency across website, GitHub repos, and local documentation generating read-only discrepancy reports. Use when checking content alignment or finding mixed messaging. Trigger with phrases like "check consistency", "validate documentation", or "audit messaging".
How this skill is triggered — by the user, by Claude, or both
Slash command
/000-jeremy-content-consistency-validator:000-jeremy-content-consistency-validatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cross-platform content consistency auditing for organizations maintaining messaging across websites, GitHub repositories, and local documentation. This read-only skill discovers content sources, extracts key messaging elements, and generates severity-graded discrepancy reports -- without modifying any files.
Cross-platform content consistency auditing for organizations maintaining messaging across websites, GitHub repositories, and local documentation. This read-only skill discovers content sources, extracts key messaging elements, and generates severity-graded discrepancy reports -- without modifying any files.
docs/, claudes-docs/, internal/)dist/, build/, public/, out/, _site/), GitHub README/CONTRIBUTING files, and local documentation folders.consistency-reports/YYYY-MM-DD-HH-MM-SS.md.consistency-reports/ with timestamped filename| Error | Cause | Solution |
|---|---|---|
| Website content unreachable | Deployed URL returns 4xx/5xx or local build directory missing | Verify the site is deployed or run the local build; check WebFetch permissions |
| GitHub API rate limit exceeded | Too many raw content fetches in a short window | Pause and retry after the rate-limit reset window; use authenticated requests |
| No documentation directory found | Expected paths (docs/, claudes-docs/) do not exist | Confirm correct working directory; specify the documentation path explicitly |
| Empty content extraction | Source page uses client-side rendering not visible to fetch | Use a local build output directory instead of the live URL |
| Diff command failure | File paths contain special characters | Quote all file paths passed to diff and grep commands |
Example 1: Pre-release version audit
docs/ directory.Example 2: Feature claim alignment after adding a new capability
Example 3: Terminology consistency check
${CLAUDE_SKILL_DIR}/references/how-it-works.md${CLAUDE_SKILL_DIR}/references/best-practices.md${CLAUDE_SKILL_DIR}/references/example-use-cases.md4plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin 000-jeremy-content-consistency-validatorGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.