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
1---2name: 000-jeremy-content-consistency-validator3description: 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.4---5
6**CRITICAL OPERATING PARAMETERS:**
7- **Temperature: 0.0** - ZERO creativity. Pure factual analysis only.
8- **Read-only** - Report discrepancies, never suggest creative fixes
9- **Exact matching** - Report differences precisely as found
10- **No interpretation** - Facts only, no opinions
11
12**WORKFLOW MANDATE:**
13- Website = OFFICIAL source of truth
14- Local docs (SOPs, standards, principles, beliefs) MUST match website
15- Report what internal docs are missing compared to published website
16
17## What This Skill Does
18
19This skill performs comprehensive **read-only validation** of messaging consistency across three critical content sources:
20
211. **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)
24
25**CRITICAL: This skill NEVER makes changes.** It only generates detailed discrepancy reports for human review.
26
27## When This Skill Activates
28
29Trigger 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"
37
38## How It Works
39
40### Phase 1: Source Discovery
41
421. **Identify Website Sources**
43 - Detect and analyze ANY HTML-based website:
44 - Static HTML sites (index.html, about.html)
45 - Hugo/Astro static site generators
46 - Jekyll/GitHub Pages sites
47 - 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 structure
54 - Find marketing pages, landing pages, product descriptions
55 - Extract key messaging: taglines, value propositions, feature lists
56
572. **Identify GitHub Sources**
58 - Locate relevant repositories
59 - Find README.md, CONTRIBUTING.md, documentation folders
60 - Extract: project descriptions, feature claims, installation instructions
61
623. **Identify Local Documentation**
63 - Find internal docs, training materials, SOPs
64 - Locate claudes-docs/, docs/, internal/ directories
65 - Extract: procedures, guidelines, technical specifications
66
67### Phase 2: Content Extraction
68
69For 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)
77
78### Phase 3: Consistency Analysis
79
80Compare content across sources and identify:
81
82**🔴 Critical Discrepancies:**
83- Conflicting version numbers
84- Different feature lists
85- Contradictory technical requirements
86- Mismatched contact information
87- Broken cross-references
88
89**🟡 Warning-Level Issues:**
90- Inconsistent terminology (e.g., "plugin" vs "extension")
91- Different phrasing of same concept
92- Missing information in one source
93- Outdated timestamps or dates
94
95**🟢 Informational Notes:**
96- Stylistic differences (acceptable)
97- Platform-specific variations (expected)
98- Different levels of detail (appropriate)
99
100### Phase 4: Generate Discrepancy Report
101
102Create a comprehensive Markdown report with:
103
104```markdown
105# Content Consistency Validation Report
106Generated: [timestamp]
107
108## Executive Summary
109- Total sources analyzed: X
110- Critical discrepancies: X
111- Warnings: X
112- Informational notes: X
113
114## 1. Website vs GitHub Discrepancies
115
116### 🔴 CRITICAL: Version Mismatch
117**Website says:** v1.2.0
118**GitHub says:** v1.2.1
119**Location:**
120- Website: /about/index.html:45
121- GitHub: README.md:12
122**Recommendation:** Update website to reflect v1.2.1
123
124### 🟡 WARNING: Feature Description Inconsistency
125**Website says:** "Supports 236 plugins"
126**GitHub says:** "Over 230 plugins available"
127**Impact:** Potential customer confusion
128**Recommendation:** Standardize on exact number
129
130## 2. Website vs Local Docs Discrepancies
131
132### 🔴 CRITICAL: Contact Email Mismatch
133**Website says:** support@example.com
134**Local docs say:** help@example.com
135**Training materials:** Support email is support@example.com
136**Recommendation:** Update local docs to support@example.com
137
138## 3. GitHub vs Local Docs Discrepancies
139
140### 🟡 WARNING: Installation Instructions Differ
141**GitHub:** "Run npm install"
142**Local docs:** "Use pnpm install"
143**Impact:** Training may teach wrong commands
144**Recommendation:** Synchronize to pnpm install
145
146## 4. Terminology Consistency Issues
147
148| 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" |
152
153## 5. Action Items (Priority Order)
154
1551. 🔴 Update website version to v1.2.1
1562. 🔴 Fix contact email in local docs
1573. 🟡 Standardize plugin count messaging
1584. 🟡 Align installation instructions
1595. 🟢 Standardize terminology usage
160```
161
162## Validation Workflow Example
163
164**User:** "Before I update my internal training materials, check if my website matches GitHub"
165
166**Skill Actions:**
1671. Scans website for core messaging, features, version
1682. Scans GitHub README, docs for same information
1693. Extracts current training materials content
1704. Compares all three sources
1715. Generates detailed discrepancy report
1726. Highlights critical issues that must be fixed first
1737. Provides specific file locations and line numbers
174
175**Output:** Comprehensive report showing exactly what's inconsistent and where to fix it
176
177## Best Practices
178
179### Source Priority (Use This When Conflicts Exist)
180
181**Trust Priority Order:**
1821. **Website** - Public-facing, most authoritative
1832. **GitHub** - Developer-facing, technical accuracy
1843. **Local Docs** - Internal-use, lowest priority for public messaging
185
186**Update Flow:**
187Website → GitHub → Local Docs
188
189### When to Run Validation
190
191✅ **Run validation BEFORE:**
192- Updating internal documentation
193- Creating training materials
194- Writing new marketing content
195- Publishing blog posts
196- Releasing new versions
197
198✅ **Run validation AFTER:**
199- Website updates
200- GitHub README changes
201- Major feature releases
202- Rebranding efforts
203
204### What This Skill Does NOT Do
205
206❌ Does NOT automatically fix issues
207❌ Does NOT modify any files
208❌ Does NOT make content decisions
209❌ Does NOT prioritize which version is "correct"
210✅ ONLY generates read-only reports for human review
211
212## Integration with Your Workflow
213
214### Scenario: Pre-Update Validation
215
216**You:** "I need to update our internal SOPs. First, validate consistency with the website."
217
218**Skill Response:**
2191. Reads current website content
2202. Reads current GitHub documentation
2213. Reads existing internal SOPs
2224. Generates comparison report
2235. Shows you exactly what needs updating in SOPs
2246. Identifies messaging that website uses but SOPs don't
225
226**Result:** You update SOPs with confidence, knowing they match public messaging
227
228### Scenario: Post-Website Update
229
230**You:** "I just updated the website pricing page. Check if GitHub and docs are now inconsistent."
231
232**Skill Response:**
2331. Reads NEW website pricing information
2342. Compares to GitHub repository pricing docs
2353. Compares to internal sales training materials
2364. Flags any discrepancies created by website update
2375. Provides checklist of what to update next
238
239**Result:** Prevents mixed messaging cascade
240
241## Technical Implementation
242
243### Read-Only Tools Used
244
245- `Read` - Reads local files (website, docs, SOPs)
246- `Glob` - Finds relevant files by pattern
247- `Grep` - Searches for specific terms across files
248- `WebFetch` - Reads deployed website pages (if needed)
249- `Bash` (read-only) - Uses `cat`, `grep`, `find` for analysis
250
251### NO Write Operations
252
253This skill NEVER uses:
254- ❌ `Write` tool
255- ❌ `Edit` tool
256- ❌ `git commit` commands
257- ❌ File modification operations
258
259### Output Format
260
261- Markdown report saved to `consistency-reports/YYYY-MM-DD-HH-MM-SS.md`
262- Terminal-friendly summary
263- Export to JSON for automation (optional)
264
265## Example Use Cases
266
267### Use Case 1: Version Consistency Check
268
269**Trigger:** "Check if all docs mention the same version number"
270
271**Result:**
272```
273Version Analysis Report
274Website: v1.2.1 (5 mentions)
275GitHub: v1.2.1 (3 mentions), v1.2.0 (2 mentions) ⚠️
276Local Docs: v1.2.0 (8 mentions) 🔴
277
278Action: Update Local Docs to v1.2.1
279```
280
281### Use Case 2: Feature Claim Validation
282
283**Trigger:** "Validate that all platforms claim the same features"
284
285**Result:**
286```
287Feature Consistency Analysis
288"236 plugins": Website ✅, GitHub ✅, Docs ❌ (says "230+")
289"Agent Skills": Website ✅, GitHub ✅, Docs ✅
290"MCP Support": Website ✅, GitHub ✅, Docs ⚠️ (unclear mention)
291
292Action: Update Docs to specify "236 plugins" and clarify MCP support
293```
294
295### Use Case 3: Pre-Training Update
296
297**Trigger:** "Before I update training materials, what's changed on the website?"
298
299**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)
305
306Suggested Training Updates:
3071. Add Skill Enhancers section
3082. Update pricing screenshots
3093. Fix contact form URL
310```
311
312## Integration Points
313
314Works seamlessly with:
315- **All HTML-based websites**: Static HTML, Hugo, Astro, Jekyll, WordPress, Next.js, React, Vue, Nuxt, Gatsby, 11ty, Docusaurus, and more
316- **GitHub repositories**: README files, documentation, code comments
317- **Local markdown documentation**: Internal docs, training materials
318- **Internal wikis and knowledge bases**: Confluence, Notion exports, custom wikis
319- **Content management systems**: WordPress, Drupal, custom CMS
320- **Static site generators**: Hugo, Jekyll, 11ty, Gatsby, Astro, Docusaurus
321- **Modern web frameworks**: Next.js, Nuxt, SvelteKit build outputs
322
323## Report Storage
324
325Reports saved to:
326```
327consistency-reports/
328├── 2025-10-23-10-30-45-full-audit.md
329├── 2025-10-22-15-20-12-website-github.md
330└── 2025-10-20-09-15-33-docs-sync.md
331```
332
333## Expected Activation Patterns
334
335**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?"
343
344**Context-Aware Activation:**
345- When user is about to update documentation
346- When user asks about version consistency
347- When user mentions "mixed messaging"
348- When user is preparing training materials