From 000-jeremy-content-consistency-validator
Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
How this skill is triggered — by the user, by Claude, or both
Slash command
/000-jeremy-content-consistency-validator:000-jeremy-content-consistency-validatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**CRITICAL OPERATING PARAMETERS:**
CRITICAL OPERATING PARAMETERS:
WORKFLOW MANDATE:
This skill performs comprehensive read-only validation of messaging consistency across three critical content sources:
CRITICAL: This skill NEVER makes changes. It only generates detailed discrepancy reports for human review.
Trigger this skill when you mention:
Identify Website Sources
Identify GitHub Sources
Identify Local Documentation
For each source, extract:
Compare content across sources and identify:
🔴 Critical Discrepancies:
🟡 Warning-Level Issues:
🟢 Informational Notes:
Create a comprehensive Markdown report with:
# Content Consistency Validation Report
Generated: [timestamp]
## Executive Summary
- Total sources analyzed: X
- Critical discrepancies: X
- Warnings: X
- Informational notes: X
## 1. Website vs GitHub Discrepancies
### 🔴 CRITICAL: Version Mismatch
**Website says:** v1.2.0
**GitHub says:** v1.2.1
**Location:**
- Website: /about/index.html:45
- GitHub: README.md:12
**Recommendation:** Update website to reflect v1.2.1
### 🟡 WARNING: Feature Description Inconsistency
**Website says:** "Supports 236 plugins"
**GitHub says:** "Over 230 plugins available"
**Impact:** Potential customer confusion
**Recommendation:** Standardize on exact number
## 2. Website vs Local Docs Discrepancies
### 🔴 CRITICAL: Contact Email Mismatch
**Website says:** [email protected]
**Local docs say:** [email protected]
**Training materials:** Support email is [email protected]
**Recommendation:** Update local docs to [email protected]
## 3. GitHub vs Local Docs Discrepancies
### 🟡 WARNING: Installation Instructions Differ
**GitHub:** "Run npm install"
**Local docs:** "Use pnpm install"
**Impact:** Training may teach wrong commands
**Recommendation:** Synchronize to pnpm install
## 4. Terminology Consistency Issues
| Term Used | Website | GitHub | Local Docs | Recommendation |
|-----------|---------|--------|------------|----------------|
| Plugin/Extension | Plugin | Extension | Plugin | Standardize on "Plugin" |
| Marketplace/Repository | Marketplace | Repository | Marketplace | Standardize on "Marketplace" |
## 5. Action Items (Priority Order)
1. 🔴 Update website version to v1.2.1
2. 🔴 Fix contact email in local docs
3. 🟡 Standardize plugin count messaging
4. 🟡 Align installation instructions
5. 🟢 Standardize terminology usage
User: "Before I update my internal training materials, check if my website matches GitHub"
Skill Actions:
Output: Comprehensive report showing exactly what's inconsistent and where to fix it
Trust Priority Order:
Update Flow: Website → GitHub → Local Docs
✅ Run validation BEFORE:
✅ Run validation AFTER:
❌ Does NOT automatically fix issues ❌ Does NOT modify any files ❌ Does NOT make content decisions ❌ Does NOT prioritize which version is "correct" ✅ ONLY generates read-only reports for human review
You: "I need to update our internal SOPs. First, validate consistency with the website."
Skill Response:
Result: You update SOPs with confidence, knowing they match public messaging
You: "I just updated the website pricing page. Check if GitHub and docs are now inconsistent."
Skill Response:
Result: Prevents mixed messaging cascade
Read - Reads local files (website, docs, SOPs)Glob - Finds relevant files by patternGrep - Searches for specific terms across filesWebFetch - Reads deployed website pages (if needed)Bash (read-only) - Uses cat, grep, find for analysisThis skill NEVER uses:
Write toolEdit toolgit commit commandsconsistency-reports/YYYY-MM-DD-HH-MM-SS.mdTrigger: "Check if all docs mention the same version number"
Result:
Version Analysis Report
Website: v1.2.1 (5 mentions)
GitHub: v1.2.1 (3 mentions), v1.2.0 (2 mentions) ⚠️
Local Docs: v1.2.0 (8 mentions) 🔴
Action: Update Local Docs to v1.2.1
Trigger: "Validate that all platforms claim the same features"
Result:
Feature Consistency Analysis
"236 plugins": Website ✅, GitHub ✅, Docs ❌ (says "230+")
"Agent Skills": Website ✅, GitHub ✅, Docs ✅
"MCP Support": Website ✅, GitHub ✅, Docs ⚠️ (unclear mention)
Action: Update Docs to specify "236 plugins" and clarify MCP support
Trigger: "Before I update training materials, what's changed on the website?"
Result:
Website Changes Since Last Training Update (Oct 15)
- New feature added: "Skill Enhancers" (not in training)
- Pricing updated: $39/mo → $49/mo (not in training)
- Contact form URL changed (broken link in training)
Suggested Training Updates:
1. Add Skill Enhancers section
2. Update pricing screenshots
3. Fix contact form URL
Works seamlessly with:
Reports saved to:
consistency-reports/
├── 2025-10-23-10-30-45-full-audit.md
├── 2025-10-22-15-20-12-website-github.md
└── 2025-10-20-09-15-33-docs-sync.md
Natural Language Triggers:
Context-Aware Activation:
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin 000-jeremy-content-consistency-validator3plugins reuse this skill
First indexed Jul 13, 2026
Guides 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.