axiom-ios-accessibility

axiom-ios-accessibility

热门

Use when fixing or auditing ANY accessibility issue - VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.

417Star
41Fork
更新于 2/6/2026
SKILL.md
readonly只读
name
axiom-ios-accessibility
description

Use when fixing or auditing ANY accessibility issue - VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.

iOS Accessibility Router

You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance.

When to Use

Use this router when:

  • Fixing VoiceOver issues
  • Implementing Dynamic Type
  • Checking color contrast
  • Ensuring touch target sizes
  • Preparing for App Store accessibility review
  • WCAG compliance auditing

Routing Logic

Accessibility Issues

All accessibility work/skill axiom-accessibility-diag

  • VoiceOver labels and hints
  • Dynamic Type scaling
  • Color contrast (WCAG)
  • Touch target sizes
  • Keyboard navigation
  • Reduce Motion support
  • Accessibility Inspector usage
  • App Store Review preparation

Decision Tree

  1. ANY accessibility issue → accessibility-diag

Anti-Rationalization

Thought Reality
"I'll add VoiceOver labels when I'm done building" Accessibility is foundational, not polish. accessibility-diag prevents App Store rejection.
"My app doesn't need accessibility" All apps need accessibility. It's required by App Store guidelines and benefits all users.
"Dynamic Type just needs .scaledFont" Dynamic Type has 7 common violations. accessibility-diag catches them all.
"Color contrast looks fine to me" Visual assessment is unreliable. WCAG ratios require measurement. accessibility-diag validates.

Critical Pattern

accessibility-diag covers:

  • 7 critical accessibility issues
  • WCAG compliance levels (A, AA, AAA)
  • Accessibility Inspector workflows
  • VoiceOver testing checklist
  • App Store Review requirements

Example Invocations

User: "My button isn't being read by VoiceOver"
→ Invoke: /skill axiom-accessibility-diag

User: "How do I support Dynamic Type?"
→ Invoke: /skill axiom-accessibility-diag

User: "Check my app for accessibility issues"
→ Invoke: /skill axiom-accessibility-diag

User: "Prepare for App Store accessibility review"
→ Invoke: /skill axiom-accessibility-diag

You Might Also Like

Related Skills

verify

verify

243K

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

facebook avatarfacebook
获取
test

test

243K

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

facebook avatarfacebook
获取

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

facebook avatarfacebook
获取

Use when adding new error messages to React, or seeing "unknown error code" warnings.

facebook avatarfacebook
获取
flow

flow

243K

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

facebook avatarfacebook
获取
flags

flags

243K

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

facebook avatarfacebook
获取