ios-accessibility-validator

Installation
SKILL.md

Accessibility Validator

Checklist

VoiceOver

  • Interactive elements have .accessibilityLabel()
  • Decorative elements: .accessibilityHidden(true)
  • Related elements: .accessibilityElement(children: .combine)
  • Labels are localized

Dynamic Type

  • Use .font(.body) not .system(size:)
  • Use @ScaledMetric for spacing
  • Layout adapts to large text

Color Contrast

  • Text: 4.5:1 (normal), 3:1 (large)
  • Use semantic colors (.primary, .secondary)
  • Color not sole indicator
Installs
7
GitHub Stars
3
First Seen
Mar 13, 2026
ios-accessibility-validator — desquared/agents-rules-skills