CRITICAL OPERATING PARAMETERS:
- Temperature: 0.0 - ZERO creativity. Pure factual analysis only.
- Read-only - Report discrepancies, never suggest creative fixes
- Exact matching - Report differences precisely as found
- No interpretation - Facts only, no opinions
WORKFLOW MANDATE:
- Website = OFFICIAL source of truth
- Local docs (SOPs, standards, principles, beliefs) MUST match website
- Report what internal docs are missing compared to published website
What This Skill Does
This skill performs comprehensive read-only validation of messaging consistency across three critical content sources:
- Website Content (ANY HTML site: WordPress, Hugo, Astro, Next.js, static HTML, etc.) - OFFICIAL SOURCE OF TRUTH
- GitHub Repositories (README files, technical documentation)
- Local Documentation (SOPs, standards, principles, beliefs, training materials, internal docs, procedures)
CRITICAL: This skill NEVER makes changes. It only generates detailed discrepancy reports for human review.
When This Skill Activates
Trigger this skill when you mention:
- "Check consistency between website and GitHub"
- "Validate documentation consistency"
- "Audit messaging across platforms"
- "Find mixed messaging"
- "Before I update internal docs, check website first"
- "Ensure website matches GitHub"
- "Generate consistency report"
How It Works
Phase 1: Source Discovery
Identify Website Sources
- Detect and analyze ANY HTML-based website:
- Static HTML sites (index.html, about.html)
- Hugo/Astro static site generators
- Jekyll/GitHub Pages sites
- WordPress sites (wp-content/)
- Next.js/React sites (build/, out/, .next/)
- Vue/Nuxt sites (dist/, .nuxt/)
- Gatsby sites (public/)
- 11ty/Eleventy sites (_site/)
- Docusaurus sites (build/)
- Any other HTML-based website structure
- Find marketing pages, landing pages, product descriptions
- Extract key messaging: taglines, value propositions, feature lists
Identify GitHub Sources
- Locate relevant repositories
- Find README.md, CONTRIBUTING.md, documentation folders
- Extract: project descriptions, feature claims, installation instructions
Identify Local Documentation
- Find internal docs, training materials, SOPs
- Locate claudes-docs/, docs/, internal/ directories
- Extract: procedures, guidelines, technical specifications
Phase 2: Content Extraction
For each source, extract:
- Core messaging (mission statements, value propositions)
- Feature descriptions (what the product/service does)
- Version numbers (software versions, release dates)
- URLs and links (external references, documentation links)
- Contact information (emails, support channels)
- Technical specifications (requirements, dependencies)
- Terminology (consistent use of product names, technical terms)
Phase 3: Consistency Analysis
Compare content across sources and identify:
🔴 Critical Discrepancies:
- Conflicting version numbers
- Different feature lists
- Contradictory technical requirements
- Mismatched contact information
- Broken cross-references
🟡 Warning-Level Issues:
- Inconsistent terminology (e.g., "plugin" vs "extension")
- Different phrasing of same concept
- Missing information in one source
- Outdated timestamps or dates
🟢 Informational Notes:
- Stylistic differences (acceptable)
- Platform-specific variations (expected)
- Different levels of detail (appropriate)
Phase 4: Generate Discrepancy Report
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:** support@example.com
**Local docs say:** help@example.com
**Training materials:** Support email is support@example.com
**Recommendation:** Update local docs to support@example.com
## 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
Validation Workflow Example
User: "Before I update my internal training materials, check if my website matches GitHub"
Skill Actions:
- Scans website for core messaging, features, version
- Scans GitHub README, docs for same information
- Extracts current training materials content
- Compares all three sources
- Generates detailed discrepancy report
- Highlights critical issues that must be fixed first
- Provides specific file locations and line numbers
Output: Comprehensive report showing exactly what's inconsistent and where to fix it
Best Practices
Source Priority (Use This When Conflicts Exist)
Trust Priority Order:
- Website - Public-facing, most authoritative
- GitHub - Developer-facing, technical accuracy
- Local Docs - Internal-use, lowest priority for public messaging
Update Flow:
Website → GitHub → Local Docs
When to Run Validation
✅ Run validation BEFORE:
- Updating internal documentation
- Creating training materials
- Writing new marketing content
- Publishing blog posts
- Releasing new versions
✅ Run validation AFTER:
- Website updates
- GitHub README changes
- Major feature releases
- Rebranding efforts
What This Skill Does NOT Do
❌ 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
Integration with Your Workflow
Scenario: Pre-Update Validation
You: "I need to update our internal SOPs. First, validate consistency with the website."
Skill Response:
- Reads current website content
- Reads current GitHub documentation
- Reads existing internal SOPs
- Generates comparison report
- Shows you exactly what needs updating in SOPs
- Identifies messaging that website uses but SOPs don't
Result: You update SOPs with confidence, knowing they match public messaging
Scenario: Post-Website Update
You: "I just updated the website pricing page. Check if GitHub and docs are now inconsistent."
Skill Response:
- Reads NEW website pricing information
- Compares to GitHub repository pricing docs
- Compares to internal sales training materials
- Flags any discrepancies created by website update
- Provides checklist of what to update next
Result: Prevents mixed messaging cascade
Technical Implementation
Read-Only Tools Used
Read - Reads local files (website, docs, SOPs)
Glob - Finds relevant files by pattern
Grep - Searches for specific terms across files
WebFetch - Reads deployed website pages (if needed)
Bash (read-only) - Uses cat, grep, find for analysis
NO Write Operations
This skill NEVER uses:
- ❌
Write tool
- ❌
Edit tool
- ❌
git commit commands
- ❌ File modification operations
Output Format
- Markdown report saved to
consistency-reports/YYYY-MM-DD-HH-MM-SS.md
- Terminal-friendly summary
- Export to JSON for automation (optional)
Example Use Cases
Use Case 1: Version Consistency Check
Trigger: "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
Use Case 2: Feature Claim Validation
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
Use Case 3: Pre-Training Update
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
Integration Points
Works seamlessly with:
- All HTML-based websites: Static HTML, Hugo, Astro, Jekyll, WordPress, Next.js, React, Vue, Nuxt, Gatsby, 11ty, Docusaurus, and more
- GitHub repositories: README files, documentation, code comments
- Local markdown documentation: Internal docs, training materials
- Internal wikis and knowledge bases: Confluence, Notion exports, custom wikis
- Content management systems: WordPress, Drupal, custom CMS
- Static site generators: Hugo, Jekyll, 11ty, Gatsby, Astro, Docusaurus
- Modern web frameworks: Next.js, Nuxt, SvelteKit build outputs
Report Storage
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
Expected Activation Patterns
Natural Language Triggers:
- "Check consistency"
- "Validate documentation"
- "Audit messaging"
- "Find discrepancies"
- "Compare website to GitHub"
- "Before I update X, check Y"
- "What's out of sync?"
Context-Aware Activation:
- When user is about to update documentation
- When user asks about version consistency
- When user mentions "mixed messaging"
- When user is preparing training materials
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: jeremylongshore-claude-code-plugins-plus-skills-000-jeremy-c3description: **CRITICAL OPERATING PARAMETERS:**4---56**CRITICAL OPERATING PARAMETERS:**7- **Temperature: 0.0** - ZERO creativity. Pure factual analysis only.8- **Read-only** - Report discrepancies, never suggest creative fixes9- **Exact matching** - Report differences precisely as found10- **No interpretation** - Facts only, no opinions1112**WORKFLOW MANDATE:**13- Website = OFFICIAL source of truth14- Local docs (SOPs, standards, principles, beliefs) MUST match website15- Report what internal docs are missing compared to published website1617## What This Skill Does1819This skill performs comprehensive **read-only validation** of messaging consistency across three critical content sources:20211. **Website Content** (ANY HTML site: WordPress, Hugo, Astro, Next.js, static HTML, etc.) - **OFFICIAL SOURCE OF TRUTH**222. **GitHub Repositories** (README files, technical documentation)233. **Local Documentation** (SOPs, standards, principles, beliefs, training materials, internal docs, procedures)2425**CRITICAL: This skill NEVER makes changes.** It only generates detailed discrepancy reports for human review.2627## When This Skill Activates2829Trigger this skill when you mention:30- "Check consistency between website and GitHub"31- "Validate documentation consistency"32- "Audit messaging across platforms"33- "Find mixed messaging"34- "Before I update internal docs, check website first"35- "Ensure website matches GitHub"36- "Generate consistency report"3738## How It Works3940### Phase 1: Source Discovery41421. **Identify Website Sources**43 - Detect and analyze ANY HTML-based website:44 - Static HTML sites (index.html, about.html)45 - Hugo/Astro static site generators46 - Jekyll/GitHub Pages sites47 - WordPress sites (wp-content/)48 - Next.js/React sites (build/, out/, .next/)49 - Vue/Nuxt sites (dist/, .nuxt/)50 - Gatsby sites (public/)51 - 11ty/Eleventy sites (_site/)52 - Docusaurus sites (build/)53 - Any other HTML-based website structure54 - Find marketing pages, landing pages, product descriptions55 - Extract key messaging: taglines, value propositions, feature lists56572. **Identify GitHub Sources**58 - Locate relevant repositories59 - Find README.md, CONTRIBUTING.md, documentation folders60 - Extract: project descriptions, feature claims, installation instructions61623. **Identify Local Documentation**63 - Find internal docs, training materials, SOPs64 - Locate claudes-docs/, docs/, internal/ directories65 - Extract: procedures, guidelines, technical specifications6667### Phase 2: Content Extraction6869For each source, extract:70- **Core messaging** (mission statements, value propositions)71- **Feature descriptions** (what the product/service does)72- **Version numbers** (software versions, release dates)73- **URLs and links** (external references, documentation links)74- **Contact information** (emails, support channels)75- **Technical specifications** (requirements, dependencies)76- **Terminology** (consistent use of product names, technical terms)7778### Phase 3: Consistency Analysis7980Compare content across sources and identify:8182**🔴 Critical Discrepancies:**83- Conflicting version numbers84- Different feature lists85- Contradictory technical requirements86- Mismatched contact information87- Broken cross-references8889**🟡 Warning-Level Issues:**90- Inconsistent terminology (e.g., "plugin" vs "extension")91- Different phrasing of same concept92- Missing information in one source93- Outdated timestamps or dates9495**🟢 Informational Notes:**96- Stylistic differences (acceptable)97- Platform-specific variations (expected)98- Different levels of detail (appropriate)99100### Phase 4: Generate Discrepancy Report101102Create a comprehensive Markdown report with:103104```markdown105# Content Consistency Validation Report106Generated: [timestamp]107108## Executive Summary109- Total sources analyzed: X110- Critical discrepancies: X111- Warnings: X112- Informational notes: X113114## 1. Website vs GitHub Discrepancies115116### 🔴 CRITICAL: Version Mismatch117**Website says:** v1.2.0118**GitHub says:** v1.2.1119**Location:**120- Website: /about/index.html:45121- GitHub: README.md:12122**Recommendation:** Update website to reflect v1.2.1123124### 🟡 WARNING: Feature Description Inconsistency125**Website says:** "Supports 236 plugins"126**GitHub says:** "Over 230 plugins available"127**Impact:** Potential customer confusion128**Recommendation:** Standardize on exact number129130## 2. Website vs Local Docs Discrepancies131132### 🔴 CRITICAL: Contact Email Mismatch133**Website says:** support@example.com134**Local docs say:** help@example.com135**Training materials:** Support email is support@example.com136**Recommendation:** Update local docs to support@example.com137138## 3. GitHub vs Local Docs Discrepancies139140### 🟡 WARNING: Installation Instructions Differ141**GitHub:** "Run npm install"142**Local docs:** "Use pnpm install"143**Impact:** Training may teach wrong commands144**Recommendation:** Synchronize to pnpm install145146## 4. Terminology Consistency Issues147148| Term Used | Website | GitHub | Local Docs | Recommendation |149|-----------|---------|--------|------------|----------------|150| Plugin/Extension | Plugin | Extension | Plugin | Standardize on "Plugin" |151| Marketplace/Repository | Marketplace | Repository | Marketplace | Standardize on "Marketplace" |152153## 5. Action Items (Priority Order)1541551. 🔴 Update website version to v1.2.11562. 🔴 Fix contact email in local docs1573. 🟡 Standardize plugin count messaging1584. 🟡 Align installation instructions1595. 🟢 Standardize terminology usage160```161162## Validation Workflow Example163164**User:** "Before I update my internal training materials, check if my website matches GitHub"165166**Skill Actions:**1671. Scans website for core messaging, features, version1682. Scans GitHub README, docs for same information1693. Extracts current training materials content1704. Compares all three sources1715. Generates detailed discrepancy report1726. Highlights critical issues that must be fixed first1737. Provides specific file locations and line numbers174175**Output:** Comprehensive report showing exactly what's inconsistent and where to fix it176177## Best Practices178179### Source Priority (Use This When Conflicts Exist)180181**Trust Priority Order:**1821. **Website** - Public-facing, most authoritative1832. **GitHub** - Developer-facing, technical accuracy1843. **Local Docs** - Internal-use, lowest priority for public messaging185186**Update Flow:**187Website → GitHub → Local Docs188189### When to Run Validation190191✅ **Run validation BEFORE:**192- Updating internal documentation193- Creating training materials194- Writing new marketing content195- Publishing blog posts196- Releasing new versions197198✅ **Run validation AFTER:**199- Website updates200- GitHub README changes201- Major feature releases202- Rebranding efforts203204### What This Skill Does NOT Do205206❌ Does NOT automatically fix issues207❌ Does NOT modify any files208❌ Does NOT make content decisions209❌ Does NOT prioritize which version is "correct"210✅ ONLY generates read-only reports for human review211212## Integration with Your Workflow213214### Scenario: Pre-Update Validation215216**You:** "I need to update our internal SOPs. First, validate consistency with the website."217218**Skill Response:**2191. Reads current website content2202. Reads current GitHub documentation2213. Reads existing internal SOPs2224. Generates comparison report2235. Shows you exactly what needs updating in SOPs2246. Identifies messaging that website uses but SOPs don't225226**Result:** You update SOPs with confidence, knowing they match public messaging227228### Scenario: Post-Website Update229230**You:** "I just updated the website pricing page. Check if GitHub and docs are now inconsistent."231232**Skill Response:**2331. Reads NEW website pricing information2342. Compares to GitHub repository pricing docs2353. Compares to internal sales training materials2364. Flags any discrepancies created by website update2375. Provides checklist of what to update next238239**Result:** Prevents mixed messaging cascade240241## Technical Implementation242243### Read-Only Tools Used244245- `Read` - Reads local files (website, docs, SOPs)246- `Glob` - Finds relevant files by pattern247- `Grep` - Searches for specific terms across files248- `WebFetch` - Reads deployed website pages (if needed)249- `Bash` (read-only) - Uses `cat`, `grep`, `find` for analysis250251### NO Write Operations252253This skill NEVER uses:254- ❌ `Write` tool255- ❌ `Edit` tool256- ❌ `git commit` commands257- ❌ File modification operations258259### Output Format260261- Markdown report saved to `consistency-reports/YYYY-MM-DD-HH-MM-SS.md`262- Terminal-friendly summary263- Export to JSON for automation (optional)264265## Example Use Cases266267### Use Case 1: Version Consistency Check268269**Trigger:** "Check if all docs mention the same version number"270271**Result:**272```273Version Analysis Report274Website: v1.2.1 (5 mentions)275GitHub: v1.2.1 (3 mentions), v1.2.0 (2 mentions) ⚠️276Local Docs: v1.2.0 (8 mentions) 🔴277278Action: Update Local Docs to v1.2.1279```280281### Use Case 2: Feature Claim Validation282283**Trigger:** "Validate that all platforms claim the same features"284285**Result:**286```287Feature Consistency Analysis288"236 plugins": Website ✅, GitHub ✅, Docs ❌ (says "230+")289"Agent Skills": Website ✅, GitHub ✅, Docs ✅290"MCP Support": Website ✅, GitHub ✅, Docs ⚠️ (unclear mention)291292Action: Update Docs to specify "236 plugins" and clarify MCP support293```294295### Use Case 3: Pre-Training Update296297**Trigger:** "Before I update training materials, what's changed on the website?"298299**Result:**300```301Website Changes Since Last Training Update (Oct 15)302- New feature added: "Skill Enhancers" (not in training)303- Pricing updated: $39/mo → $49/mo (not in training)304- Contact form URL changed (broken link in training)305306Suggested Training Updates:3071. Add Skill Enhancers section3082. Update pricing screenshots3093. Fix contact form URL310```311312## Integration Points313314Works seamlessly with:315- **All HTML-based websites**: Static HTML, Hugo, Astro, Jekyll, WordPress, Next.js, React, Vue, Nuxt, Gatsby, 11ty, Docusaurus, and more316- **GitHub repositories**: README files, documentation, code comments317- **Local markdown documentation**: Internal docs, training materials318- **Internal wikis and knowledge bases**: Confluence, Notion exports, custom wikis319- **Content management systems**: WordPress, Drupal, custom CMS320- **Static site generators**: Hugo, Jekyll, 11ty, Gatsby, Astro, Docusaurus321- **Modern web frameworks**: Next.js, Nuxt, SvelteKit build outputs322323## Report Storage324325Reports saved to:326```327consistency-reports/328├── 2025-10-23-10-30-45-full-audit.md329├── 2025-10-22-15-20-12-website-github.md330└── 2025-10-20-09-15-33-docs-sync.md331```332333## Expected Activation Patterns334335**Natural Language Triggers:**336- "Check consistency"337- "Validate documentation"338- "Audit messaging"339- "Find discrepancies"340- "Compare website to GitHub"341- "Before I update X, check Y"342- "What's out of sync?"343344**Context-Aware Activation:**345- When user is about to update documentation346- When user asks about version consistency347- When user mentions "mixed messaging"348- When user is preparing training materials349350---351> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.352<!-- tomevault:4.0:skill_md:2026-04-11 -->