Skip to main content
Content validation lets you define rules that are checked against your articles using AI. Use it to enforce tone, accuracy, formatting standards, or any other quality criteria.

Setting up rules

In Dashboard > Help Center > Settings > Validation, add rules in natural language. Examples:
  • “All articles must use a professional, friendly tone”
  • “Never mention competitor products by name”
  • “Include a summary section at the top of every article”

How validation runs

Validation checks articles against your rules using an LLM. Results include severity levels and specific feedback for each rule.

CLI integration

The CLI provides two commands for validation:
  • opencx content check — Validate content files locally before pushing
  • opencx content gate — CI gate that validates content and checks for drift (useful in pull request workflows)
See CLI Commands for details.