Skip to main content

Content Quality Pipeline

Gate: P2 (hard gate — blocks merge on failure) Trigger: Every pull request touching v2/**/*.mdx or docs-guide/**/*.mdx Workflow: validator-copy-check-content-quality-suite.yml

What happens when a PR is opened


Validators (read-only, exit 0/1)


Remediators (auto-fix)


Audits (reporting)


Gaps

  • No auto-repair on PR: Remediators exist but require manual invocation. No workflow auto-creates a fix PR when validators fail
  • Browser tests use continue-on-error: test-v2-pages.js runs in the suite but does not block merge
Last modified on May 22, 2026