Read-only validator that generates comprehensive discrepancy reports comparing messaging consistency across ANY HTML-based website (WordPress, Hugo, Next.js, React, Vue, static HTML, etc.), GitHub repositories, and local documentation. Detects mixed messaging without making changes.
Installation
Open Claude Code and run this command:
/plugin install 000-jeremy-content-consistency-validator@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
This plugin helps you maintain consistent messaging by:
- Scanning your website, GitHub, and local docs
- Comparing key messaging elements across all sources
- Identifying discrepancies, conflicts, and inconsistencies
- Generating detailed read-only reports for human review
- Recommending specific fixes with file locations and line numbers
🔒 100% Read-Only - This plugin NEVER modifies any files. It only generates reports.
Skills (1)
Validate messaging consistency across website, GitHub repos, and local documentation generating read-only discrepancy reports.
How It Works
Method 1: Agent Skill (Automatic)
Just mention your need naturally:
- "Check consistency between website and GitHub"
- "Validate documentation before I update training materials"
- "Find mixed messaging across platforms"
- "Ensure website matches local docs"
The Agent Skill activates automatically and generates a report.
Method 2: Manual Command
Run explicit validation:
/validate-consistency
Use Cases
Scenario 1: Pre-Training Update
You: "Before I update our sales training, check if website pricing changed."
Plugin Actions:
- Reads current website pricing page
- Reads existing training materials
- Compares pricing information
- Shows exactly what changed
- Provides line-by-line update recommendations
Result: You update training with confidence, knowing it matches current website.
Scenario 2: Post-Website Redesign
You: "I redesigned the website. What's now inconsistent with GitHub?"
Plugin Actions:
- Reads new website content
- Reads GitHub documentation
- Identifies content that diverged
- Lists specific files needing updates
Result: Checklist of GitHub files to update.
Scenario 3: Version Release
You: "Just released v2.0.0. Validate consistency everywhere."
Plugin Actions:
- Searches all sources for version mentions
- Identifies sources still showing old version
- Provides update checklist
Result: Complete list of files to update with line numbers.
FAQ
Solution: Ensure you're in project root directory with website/docs/GitHub files.
Solution: Use focused validation:
> "Only check version consistency"
Solution: Specify location:
> "Check consistency, website is in ~/startaitools/"