hns-oss-docs-verify
Installation
SKILL.md
oss-docs Verify Recipe (exit gate)
Runnable checks for the sprint-contract dimensions. The scripts
docs-i18n-check.sh and gen_menu.py DO NOT exist — never shell out to
them; every check is inlined below. All checks are read-only; this skill
never commits or pushes.
1. Build clean (build-clean, must_pass, threshold 1.0)
cd docs-site && hugo --minify --gc
- Must exit 0 AND complete warning-free (any
WARN/ERRORline = FAIL).
test -f docs-site/public/sitemap.xml && echo "sitemap OK" || echo "sitemap MISSING"