web-content-audit

Compare source content, course data, and deployed assets to detect cross-file drift.

47|10|Updated May 14, 2026
One-click install
npx skills add https://github.com/kevintsai1202/teaching-site-skills --skill web-content-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-content-audit
Source: https://github.com/kevintsai1202/teaching-site-skills/tree/main/web-content-audit
Command: npx skills add https://github.com/kevintsai1202/teaching-site-skills --skill web-content-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cross-file drift and data-asset inconsistencies across a content-driven site, surfacing misalignments between source materials, course data, and deployed assets for human review rather than gatekeeping deployment.

Core Features & Use Cases

  • Automated audit scripts that compare source files, course data, and deployed assets.
  • Generates human-readable Markdown reports under data/audit-*.md to surface drift without blocking releases.
  • Three-place sync checks (filesystem, data model, router references) to detect missing illustrations, mismatched IDs, and content drift.

Quick Start

Run the audit suite in scripts/ to generate the latest data/audit-*.md reports.

Frequently Asked Questions about web-content-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect cross-file data drift between source content and deployed assets?

Cross-file data drift is identified by reading local content, course data, and deployed artifacts to detect inconsistencies across materials, assets, and routing references. It surfaces misalignments like missing illustrations and mismatched IDs for human review.

What is three-place sync checking for content drift?

Three-place sync checking compares the filesystem, data model, and router references to detect missing illustrations, mismatched IDs, and content drift. It ensures source materials, course data, and deployed assets remain aligned before releases.

How do I generate Markdown audit reports for content inconsistencies?

You generate Markdown audit reports by running the audit suite in the scripts directory, which outputs human-readable reports to data/audit-*.md. These reports surface cross-file inconsistencies without blocking your deployment pipeline.

Can I run a content audit without blocking my deployment pipeline?

Yes, you can run a content audit without blocking your deployment pipeline because the process outputs Markdown reports to surface drift and never blocks releases. It leaves remediation entirely to human reviewers.

When do I need to check for misalignments between course data and source materials?

You need to check for misalignments between course data and source materials before major releases or corporate handoffs. Running a cross-file audit ensures deployed assets are aligned and prevents content drift during critical updates.