Orchestrates all 19 CQA checks in optimal workflow order for a documentation title. Use when asked to run CQA compliance, audit a title, or check documentation quality.
Execute all 19 CQA requirements in optimal order. The full specification is in resources/cqa-spec.md.
CRITICAL EXECUTION RULES:
Before starting, confirm with the user:
# Run all checks for a title
node build/scripts/cqa/index.js titles/<your-title>/master.adoc
# Auto-fix all checks for a title
node build/scripts/cqa/index.js --fix titles/<your-title>/master.adoc
# Run a single check
node build/scripts/cqa/index.js --check NN titles/<your-title>/master.adoc
# Run across all titles
node build/scripts/cqa/index.js --all
Output markers:
[AUTOFIX] — fixable with --fix[FIXED] — was auto-fixed[MANUAL] — requires human judgment[-> CQA-NN AUTOFIX] / [-> CQA-NN MANUAL] — delegated to another checkFor each check: run --fix, then re-run report mode to verify. Repeat until clean.
<category>_<context> naming[role="_abstract"], 50-300 chars.Prerequisites label, bullet list, max 10./build/scripts/build-ccutil.shDo not claim completion unless all checks are verified clean.