ui-a11y
Installation
SKILL.md
Accessibility Audit
Target: $ARGUMENTS
Audit Criteria
WCAG 2.2 AA Compliance
1. Perceivable
- Color contrast: Text must meet 4.5:1 (normal) or 3:1 (large/bold text)
- Check
text-muted-foreground(#717182) onbg-background(#FFFFFF) = 4.6:1 (passes) - Check
text-brand(#721FE5) on white = 4.8:1 (passes) - Flag any custom colors that don't meet ratio
- Check
- Non-text contrast: UI controls/graphics must meet 3:1
- Text alternatives: All
<img>needalt, icons needaria-labelwhen meaningful - Color independence: Don't convey info by color alone (add icons/text)
Related skills
More from bitjaru/styleseed
ss-setup
Interactive setup wizard — guides you step-by-step to configure the design system for your project
18ss-audit
Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
18ss-a11y
Audit a component or page for accessibility issues and fix them
17ss-lint
Quick automated lint — detects common design system violations in seconds
17ss-review
Review UI code for design system compliance, accessibility, and best practices
17ss-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
17