Claude-skill-registry creative-qa-checklist
Use to verify creative assets meet brand, accessibility, and localization
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/creative-qa-checklist" ~/.claude/skills/majiayu000-claude-skill-registry-creative-qa-checklist && rm -rf "$T"
manifest:
skills/data/creative-qa-checklist/SKILL.mdsource content
Creative QA Checklist Skill
When to Use
- Final review before publishing web, email, social, or print assets.
- Ensuring agencies/freelancers meet brand and accessibility standards.
- Running localization QA across regions/languages.
Framework
- Brand Compliance – confirm logo usage, typography, color ratios, and messaging guardrails.
- Content Accuracy – validate copy, pricing, legal disclaimers, CTA, and links.
- Accessibility – check contrast, alt text, captions, keyboard focus, motion sensitivity.
- Localization – verify translations, currencies, time/date formats, right-to-left layouts.
- Technical Specs – ensure file sizes, formats, responsive behavior, and animation limits.
Templates
- Channel-specific QA checklist (web, email, social, motion, print).
- Bug/feedback tracker with severity + owner.
- Sign-off form for approvers.
Tips
- Automate baseline checks (contrast, spelling) but keep human review for nuance.
- Capture screenshots/videos for audit logs.
- Pair with
to gate deployments on QA sign-off.production-playbook