Require every documentation change to pass two gates: (1) strict doc-schema conformance, and (2) factual/behavioral accuracy against the implementation and shipped artifacts.

Gate 1: Conformance

Gate 2: Accuracy & consistency

Example checklist (apply to every PR):

  1. Does the doc (or skill SKILL.md) meet all formatting/limit rules (one-sentence/≤60-char description, required sections, required metadata)?
  2. Do all commands match what is installed/configured in the same patch?
  3. Are any steps tool-scope-specific (CLI vs gateway) and documented accordingly?
  4. Are ports/URLs/paths consistent with the actual runtime and build artifacts?
  5. Are templating/rendering claims precise (including nested objects)?
  6. Do capability/mode descriptions match the actual implementation behavior?
  7. Are install/discovery instructions aligned with where the runtime actually scans?

If any item fails, the doc must be corrected (or the claim narrowed) before merge.