Agent skill · Media & Video

accessibility-testing

Mobile accessibility testing skill for WCAG compliance, VoiceOver/TalkBack validation, dynamic type support, color contrast analysis, and accessibility auditing across iOS and Android platforms.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill accessibility-testing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/mobile-development/skills/accessibility-testing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Accessibility Testing Skill Comprehensive mobile accessibility testing and validation for iOS and Android platforms, ensuring WCAG 2.1/2.2 compliance and optimal screen reader compatibility. ## Overview This skill provides capabilities for testing mobile application accessibility, including screen reader compatibility, dynamic type support, color contrast validation, and compliance with Web Content Accessibility Guidelines (WCAG) adapted for mobile platforms. ## Capabilities ### Screen Reader Testing - Validate VoiceOver compatibility (iOS) - Test TalkBack interaction (Android) - Verify accessibility labels and hints - Check reading order and focus navigation - Test custom accessibility actions ### Dynamic Type Support - Validate iOS Dynamic Type scaling - Test Android font scaling preferences - Check layout adaptation at extreme sizes - Verify text truncation handling - Test multiline text wrapping ### Color Contrast Analysis - Measure contrast ratios (WCAG AA/AAA) - Identify low-contrast text and UI elements - Validate against light/dark mode themes - Check color-blind accessibility - Suggest compliant color alternatives ### Accessibility Audit - Run iOS Accessibility Inspector

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Screen Reader Testing
  4. Dynamic Type Support
  5. Color Contrast Analysis
  6. Accessibility Audit
  7. Touch Target Validation
  8. Prerequisites
  9. iOS Development
  10. Android Development
  11. Testing Tools
  12. Usage Patterns
  13. iOS Accessibility Labels (SwiftUI)
  14. iOS Accessibility Labels (UIKit)
Ships with 1 file
  • README.md
Commands it runs
Accessibility testing tools
xcode-select --install
UI testing with accessibility focus
pod 'ViewInspector'  # SwiftUI testing
Accessibility testing CLI tools
npm install -g @axe-core/cli
pip install accessibility-checker
More from babysitter
All skills →
About this skill
What does the accessibility-testing skill do?

Mobile accessibility testing skill for WCAG compliance, VoiceOver/TalkBack validation, dynamic type support, color contrast analysis, and accessibility auditing across iOS and Android platforms.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill accessibility-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going