Codex

brand-review

Project directory path (default current directory)

104 stars

Best use case

brand-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

It is a strong fit for teams already working in Codex.

Project directory path (default current directory)

Teams using brand-review should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/brand-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/jmagly/aiwg/main/.agents/skills/brand-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/brand-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How brand-review Compares

Feature / Agentbrand-reviewStandard Approach
Platform SupportCodexLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Project directory path (default current directory)

Which AI agents support this skill?

This skill is designed for Codex.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Brand Review Command

Conduct thorough brand compliance review of marketing materials.

## What This Command Does

1. **Reviews Brand Elements**
   - Logo usage and placement
   - Color palette compliance
   - Typography adherence
   - Visual style consistency

2. **Evaluates Messaging**
   - Voice and tone alignment
   - Key message accuracy
   - Value proposition clarity

3. **Documents Findings**
   - Compliance checklist
   - Issues and severity
   - Remediation guidance

## Orchestration Flow

```
Brand Review Request
        ↓
[Brand Guardian] → Visual Identity Review
        ↓
[Brand Guardian] → Verbal Identity Review
        ↓
[Legal Reviewer] → Claims & Compliance
        ↓
[Quality Controller] → Technical Specs
        ↓
[Accessibility Checker] → Accessibility Compliance
        ↓
Consolidated Brand Review Report
```

## Agents Involved

| Agent | Role | Output |
|-------|------|--------|
| Brand Guardian | Brand compliance | Visual/verbal review |
| Legal Reviewer | Legal compliance | Claims validation |
| Quality Controller | Quality check | Technical specs |
| Accessibility Checker | Accessibility | WCAG compliance |

## Review Types

| Type | Scope | Timeline |
|------|-------|----------|
| Quick | Logo, colors, major elements | Same day |
| Comprehensive | All brand elements, messaging | 1-2 days |
| Pre-launch | Full review + legal + accessibility | 3-5 days |

## Output Artifacts

Saved to `.aiwg/marketing/reviews/brand/`:

- `{asset}-brand-review.md` - Brand compliance report
- `{asset}-issues.md` - Issues with remediation guidance
- `{asset}-approval.md` - Approval status and sign-off

## Parameter Handling

### --guidance Parameter

**Purpose**: Provide upfront direction to tailor priorities and approach

**Examples**:
```bash
--guidance "Pre-launch review, flag any legal concerns"
--guidance "Focus on accessibility compliance"
--guidance "New brand guidelines, strict adherence required"
```

**How Applied**:
- Parse guidance for keywords: priority, timeline, audience, focus, constraints
- Adjust agent emphasis and output depth based on stated priorities
- Modify deliverable order based on timeline constraints
- Influence scope and detail level based on context

### --interactive Parameter

**Purpose**: Guide through discovery questions for comprehensive input

**Questions Asked** (if --interactive):
1. What assets are being reviewed?
2. What is the context (pre-launch, routine, issue)?
3. Are there specific brand elements of concern?
4. What is the approval deadline?
5. Who needs to sign off?

## Usage Examples

```bash
# Quick brand review
/brand-review "homepage-banner.md"

# Comprehensive review
/brand-review "email-campaign/" --review-type comprehensive

# Pre-launch review
/brand-review "product-launch-assets/" --review-type pre-launch

# With strategic guidance
/brand-review "Example" --guidance "Your specific context here"

# Interactive mode
/brand-review "Example" --interactive
```

## Success Criteria

- [ ] All brand elements reviewed
- [ ] Issues documented with severity
- [ ] Remediation guidance provided
- [ ] Approval/rejection decision made
- [ ] Sign-off documented

## References

- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/voice-framework/README.md — Voice framework for verbal identity standards
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/vague-discretion.md — Measurable review completion criteria
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference

Related Skills

pr-reviewer

104
from jmagly/aiwg

Review GitHub pull requests for code quality, security, and best practices. Use for automated PR feedback and approval workflows.

review-synthesis

104
from jmagly/aiwg

Aggregate multi-reviewer feedback into consolidated, prioritized, and actionable recommendations

Codex

pr-review

104
from jmagly/aiwg

Conduct comprehensive PR review from multiple perspectives (PM, Developer, QA, Security)

Codex

flow-security-review-cycle

104
from jmagly/aiwg

Orchestrate continuous security validation, threat modeling, vulnerability management, and security gate enforcement across SDLC phases

Codex

budget-review

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

brand-identity-refinement

104
from jmagly/aiwg

Refine brand identity through metaphor testing, competitive research, and owner-grounded verification tied to repository reality

Codex

brand-compliance

104
from jmagly/aiwg

Validate brand compliance across visual, verbal, and legal dimensions with actionable reports

Codex

brand-audit

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

aiwg-orchestrate

104
from jmagly/aiwg

Route structured artifact work to AIWG workflows via MCP with zero parent context cost

venv-manager

104
from jmagly/aiwg

Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.

pytest-runner

104
from jmagly/aiwg

Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.

vitest-runner

104
from jmagly/aiwg

Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.