← ClaudeAtlas

reviewerlisted

Review existing content for F5 brand compliance. Audits colors, typography, logo format, icon selection, alt text, contrast ratios, and product terminology against F5 brand guidelines. Produces a structured report with VIOLATIONS, WARNINGS, and SUGGESTIONS. Use when the user says "review brand", "check branding", "brand audit", "brand compliance", or invokes /review-brand. Also use before committing visual content or creating PRs that include brand assets, diagrams, or styled documentation.
f5-sales-demo/marketplace · ★ 0 · Code & Development · score 68
Install: claude install-skill f5-sales-demo/marketplace
**Canonical skill URI**: `skill://brand:reviewer` # F5 Brand Reviewer Review content files for F5 brand compliance. Report findings grouped by severity: **VIOLATION** (brand non-compliant), **WARNING** (likely issue), **SUGGESTION** (style improvement). ## Scoping Determine which files to review: 1. If the user specifies files or directories, review those 2. If the repository has recent uncommitted or staged changes, scope to changed files: ```bash git diff --name-only --diff-filter=ACMR HEAD -- \ 'docs/**/*.mdx' 'docs/**/*.md' '*.svg' '*.css' ``` 1. If no changes exist or user requests full review, check all content files: `docs/**/*.mdx`, `docs/**/*.md`, and any `.svg`, `.css`, or `.mermaid` files Use parallel tool calls — read multiple files and run multiple Grep/Glob searches in a single turn wherever possible. ## Check 1: Color compliance Scan files for hex color values. Flag any hex color that does not appear in the F5 45-color palette. **Allowed hex values** (the official palette — last synced with docs-theme: 2026-06-02): Red family: `#e4002b`, `#f7b2bf`, `#f06680`, `#a70020`, `#720016` Tangerine: `#f29a36`, `#ffe4c4`, `#ffbd61`, `#a35700`, `#7a4100` River: `#0e41aa`, `#b7c6e5`, `#6e8dcc`, `#0b3180`, `#072155` Raspberry: `#ab2782`, `#e6bed9`, `#cd7db4`, `#801d62`, `#561441` Jade: `#009639`, `#b2dfc4`, `#66c088`, `#00712b`, `#004b1d` Eggplant: `#62228b`, `#cdabe3`, `#9c59c9`, `#822cb8`, `#41175d` Bay: `#0072b0`, `#b2d7eb`, `#66afd7`, `#005c8d`, `