Back to list
jasonmichaelbell78-creator

docs-sync

by jasonmichaelbell78-creator

0🍴 0📅 Jan 25, 2026

SKILL.md


name: docs-sync description: Document Sync Check

Document Sync Check

Run the automated document template-instance synchronization validator.

What This Does

Executes npm run docs:sync-check to validate that:

  1. Template-derived documents are properly synchronized
  2. No placeholder content remains (7 patterns detected):
    • [e.g., ...] - example placeholders (CRITICAL)
    • [X] - value placeholders (CRITICAL)
    • [Project Name], [GITHUB_REPO_URL], [Repository], [Framework], [TODO] - generic placeholders (MAJOR)
  3. All relative links point to existing files
  4. Sync dates are recent (<90 days)

How It Works

The script reads docs/DOCUMENT_DEPENDENCIES.md to identify template-instance pairs, then validates each instance for common sync issues.

Output

  • Exit 0: All documents synced ✅
  • Exit 1: Sync issues found ⚠️
  • Exit 2: Error during check ❌

Flags:

  • --verbose - Show detailed line numbers (use npm run docs:sync-check -- --verbose)
  • --json - Output as JSON (use npm run docs:sync-check -- --json)

Note: When using npm scripts, pass flags after -- separator.

When to Use

  • Before executing multi-AI audits (ensure audit plans are synced)
  • After updating templates (verify instances were updated)
  • Quarterly validation (catch drift early)
  • When creating new instances from templates

Example Output

🔍 Document Template-Instance Sync Check

Checked 6 template-instance pair(s)

✅ All documents are in sync
   No placeholders, broken links, or stale sync dates found

Execute the check:

npm run docs:sync-check

If issues found, see docs/DOCUMENT_DEPENDENCIES.md for sync protocols.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon