brand_check_compliance
Verify content meets brand standards by checking colors, fonts, anti-patterns, and prohibited terms before publishing. Returns PASS/FAIL with specific issues identified.
Instructions
Check if content is on-brand — fast pass/fail gate for brand compliance before publishing. Use when asked 'is this on-brand?', 'brand compliance gate', 'can I publish this?', or in CI/CD pipelines. Verifies on-palette colors, brand fonts, anti-pattern rules, and never-say words. Returns PASS or FAIL with specific failures. Enable strict mode for soft anti-patterns. For detailed 0-100 scoring, use brand_audit_content. NOT for HTML/CSS rule checking (use brand_preflight).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to check: raw text, HTML string, or a file path ending in .html/.htm/.md/.txt | |
| strict | No | Strict mode: treat soft anti-patterns as failures too (default: only hard anti-patterns fail) |