000-jeremy-content-consistency-validator

0
0
Source

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.

Install

mkdir -p .claude/skills/000-jeremy-content-consistency-validator && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8920" && unzip -o skill.zip -d .claude/skills/000-jeremy-content-consistency-validator && rm skill.zip

Installs to .claude/skills/000-jeremy-content-consistency-validator

About this skill

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:

  1. Website Content (ANY HTML site: WordPress, Hugo, Astro, Next.js, static HTML, etc.) - OFFICIAL SOURCE OF TRUTH
  2. GitHub Repositories (README files, technical documentation)
  3. 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

  1. 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
  2. Identify GitHub Sources

    • Locate relevant repositories
    • Find README.md, CONTRIBUTING.md, documentation folders
    • Extract: project descriptions, feature claims, installation instructions
  3. 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:** [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

Validation Workflow Example

User: "Before I update my internal training materials, check if my website matches GitHub"

Skill Actions:

  1. Scans website for core messaging, features, version
  2. Scans GitHub README, docs for same information
  3. Extracts current training materials content
  4. Compares all three sources
  5. Generates detailed discrepancy report
  6. Highlights critical issues that must be fixed first
  7. 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:

  1. Website - Public-facing, most authoritative
  2. GitHub - Developer-facing, technical accuracy
  3. 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:

  1. Reads current website content
  2. Reads current GitHub documentation
  3. Reads existing internal SOPs
  4. Generates comparison report
  5. Shows you exactly what needs updating in SOPs
  6. 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:

  1. Reads NEW website pricing information
  2. Compares to GitHub repository pricing docs
  3. Compares to internal sales training materials
  4. Flags any discrepancies created by website update
  5. 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, Not

Content truncated.

d2-diagram-creator

jeremylongshore

D2 Diagram Creator - Auto-activating skill for Visual Content. Triggers on: d2 diagram creator, d2 diagram creator Part of the Visual Content skill category.

6532

svg-icon-generator

jeremylongshore

Svg Icon Generator - Auto-activating skill for Visual Content. Triggers on: svg icon generator, svg icon generator Part of the Visual Content skill category.

9029

automating-mobile-app-testing

jeremylongshore

This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".

15922

performing-penetration-testing

jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws.

4915

designing-database-schemas

jeremylongshore

Design and visualize efficient database schemas, normalize data, map relationships, and generate ERD diagrams and SQL statements.

12014

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

5110

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,4071,302

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,2201,024

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

9001,013

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

958658

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

970608

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,033496

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.