1---2name: creative-qa-checklist3description: Use to verify creative assets meet brand, accessibility, and localization standards before launch.4---5
6# Creative QA Checklist Skill
7
8## When to Use
9- Final review before publishing web, email, social, or print assets.
10- Ensuring agencies/freelancers meet brand and accessibility standards.
11- Running localization QA across regions/languages.
12
13## Framework
141. **Brand Compliance** – confirm logo usage, typography, color ratios, and messaging guardrails.
152. **Content Accuracy** – validate copy, pricing, legal disclaimers, CTA, and links.
163. **Accessibility** – check contrast, alt text, captions, keyboard focus, motion sensitivity.
174. **Localization** – verify translations, currencies, time/date formats, right-to-left layouts.
185. **Technical Specs** – ensure file sizes, formats, responsive behavior, and animation limits.
19
20## Templates
21- Channel-specific QA checklist (web, email, social, motion, print).
22- Bug/feedback tracker with severity + owner.
23- Sign-off form for approvers.
24
25## Tips
26- Automate baseline checks (contrast, spelling) but keep human review for nuance.
27- Capture screenshots/videos for audit logs.
28- Pair with `production-playbook` to gate deployments on QA sign-off.
29
30---