Validate Taiwan.md articles for editorial quality, frontmatter correctness, and content standards. Use when reviewing PRs that touch knowledge/ or src/content/, writing new articles, or when the user asks to check article quality. Runs frontmatter validation, word count check, and reports issues. TRIGGER when: user says "validate", "check article", "review quality", or when editing .md files in knowledge/ or src/content/.
Validate Taiwan.md articles against editorial standards, frontmatter schema, and content quality requirements.
cd "$(git rev-parse --show-toplevel)" && node scripts/test-frontmatter.mjsChecks all articles for:
Read the article and verify manually:
# Read the article
cat "knowledge/<Category>/<filename>.md" | head -30Check:
title — present and descriptivedescription — 1-2 sentences, contains the "counter-intuitive core insight"date — valid ISO datetags — array with 3-8 relevant tagsfeatured — boolean (optional)lastHumanReview — set to true if human-reviewedlastVerified — date of last fact-checkcd "$(git rev-parse --show-toplevel)" && python3 scripts/tools/article-health.py "knowledge/<Category>/<filename>.md" --check=prose-healthScores articles 0-10 for AI-generated "hollow" content. Score > 4 = needs rewrite.
Checks for:
cd "$(git rev-parse --show-toplevel)" && node scripts/check-references.mjsVerifies articles have "參考資料" or "延伸閱讀" sections with URLs.
cd "$(git rev-parse --show-toplevel)" && node scripts/test-wikilinks.mjsValidates all [[wikilink]] cross-references resolve to existing articles.
Every article should:
[[Article Name]] for cross-referencesknowledge/ fileslastHumanReview: true17b6164
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.