Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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/.
.claude/skills/frank890417-taiwanmd-validate/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 1470% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 177% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 56% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 23% | 0% |
Validate Taiwan.md articles against editorial standards, frontmatter schema, and content quality requirements.
bashcd "$(git rev-parse --show-toplevel)" && node scripts/test-frontmatter.mjs
Checks all articles for:
Read the article and verify manually:
bash# Read the article cat "knowledge/<Category>/<filename>.md" | head -30
Check:
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-checkbashcd "$(git rev-parse --show-toplevel)" && python3 scripts/tools/article-health.py "knowledge/<Category>/<filename>.md" --check=prose-health
Scores articles 0-10 for AI-generated "hollow" content. Score > 4 = needs rewrite.
Checks for:
bashcd "$(git rev-parse --show-toplevel)" && node scripts/check-references.mjs
Verifies articles have "參考資料" or "延伸閱讀" sections with URLs.
bashcd "$(git rev-parse --show-toplevel)" && node scripts/test-wikilinks.mjs
Validates all [[wikilink]] cross-references resolve to existing articles.
Every article should:
[[Article Name]] for cross-referencesknowledge/ fileslastHumanReview: trueOther measured skills in the registry, with their headline benchmark lift.