axiom-ios-accessibility

Route iOS accessibility issues to the axiom-accessibility-diag diagnostic workflow.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-ios-accessibility-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-ios-accessibility
Source: https://github.com/pradeepmouli/swift-template/tree/main/.agents/skills/axiom-ios-accessibility
Command: npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-ios-accessibility-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The iOS accessibility router provides a single, reliable way to identify and route all accessibility concerns (VoiceOver, Dynamic Type, color contrast, touch targets, WCAG) to a consistent diagnostic workflow.

Core Features & Use Cases

  • Central routing: Any accessibility issue redirects to the axiom-accessibility-diag diagnostic.
  • Comprehensive coverage: Supports VoiceOver labels and hints, Dynamic Type scaling, color-contrast checks, and touch-target sizing.
  • Review readiness: Prepares apps for App Store accessibility review and WCAG auditing.

Quick Start

Invoke the axiom-accessibility-diag router for any accessibility issue.

Frequently Asked Questions about axiom-ios-accessibility

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

FAQPage Schema
How do I audit my iOS app for VoiceOver and Dynamic Type accessibility issues?

To audit iOS accessibility, you route VoiceOver, Dynamic Type, and color-contrast checks through a unified diagnostic workflow that identifies WCAG compliance gaps. This diagnostic flow inspects touch targets, keyboard navigation, and VoiceOver labels.

What is the best way to prepare an iOS app for App Store accessibility review?

The best way to prepare for App Store accessibility review is running a comprehensive diagnostic flow across VoiceOver, Dynamic Type, and color-contrast checks. This enforces WCAG compliance and validates touch-target sizing and keyboard navigation.

Can I check color-contrast and touch-target sizing for WCAG compliance in iOS?

Yes, you can check color-contrast and touch-target sizing for WCAG compliance in iOS. A centralized accessibility router directs these specific checks to a diagnostic workflow that evaluates UI components against expected accessibility standards.

How does a centralized diagnostic workflow handle iOS keyboard navigation checks?

A centralized diagnostic workflow handles iOS keyboard navigation checks by routing them through a consistent accessibility inspection process. It evaluates focus order and navigation logic alongside VoiceOver labels and Dynamic Type scaling to ensure full coverage.

When do I need to use a unified accessibility router for my iOS application?

You need a unified accessibility router for your iOS application when managing multiple concerns like VoiceOver, Dynamic Type, and color-contrast checks simultaneously. It provides a single reliable entry point to route all issues to a consistent diagnostic workflow.