mobile-accessibility-testing

Audit iOS and Android apps for WCAG violations and screen reader issues.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/TMHSDigital/Mobile-App-Developer-Tools --skill mobile-accessibility-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-accessibility-testing
Source: https://github.com/TMHSDigital/Mobile-App-Developer-Tools/tree/main/skills/mobile-accessibility-testing
Command: npx skills add https://github.com/TMHSDigital/Mobile-App-Developer-Tools --skill mobile-accessibility-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mobile apps often fail accessibility standards, making them hard to use for people with disabilities. This skill identifies WCAG violations, missing labels, and poor contrast, enabling teams to ship accessible apps.

Core Features & Use Cases

  • Automated accessibility audits for mobile apps (iOS/Android) using Expo or Flutter.
  • Manual testing guidance for VoiceOver and TalkBack, plus screen reader verification.
  • CI-ready reports and remediation recommendations to reach WCAG 2.1 AA compliance.

Quick Start

Run a full accessibility assessment on your mobile project and generate a remediation-ready report.

Frequently Asked Questions about mobile-accessibility-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my mobile app for WCAG violations?

You can audit mobile apps for WCAG violations by scanning source code for missing accessibility labels, incorrect roles, small touch targets, and poor color contrast, then generating a remediation report with specific fixes.

Does this accessibility testing work with both Flutter and Expo projects?

Yes, the accessibility testing supports both Expo and Flutter projects, scanning iOS and Android source code to identify screen reader issues and WCAG 2.1 AA compliance gaps at project-wide or per-screen scope.

How do I automate mobile accessibility checks in a CI pipeline?

Automate mobile accessibility checks in CI pipelines by running the audit tool to scan source code across the project, delivering a report of WCAG violations and remediation recommendations without requiring manual screen reader testing.

What screen reader issues can be detected in iOS and Android apps?

Screen reader issues detected in iOS and Android apps include missing VoiceOver and TalkBack hints, absent accessibility labels, incorrect roles, and insufficient touch target sizes that prevent proper screen reader navigation.

How do I fix missing accessibility labels and poor color contrast in mobile apps?

Fix missing accessibility labels and poor color contrast by running an automated source code audit that identifies these WCAG violations and delivers a report with specific remediation recommendations to reach compliance.

Can I test accessibility for a single screen instead of the entire mobile project?

Yes, you can apply the accessibility audit at a per-screen scope or across the entire project, allowing targeted review of individual screens or a comprehensive scan of the whole iOS or Android application.