cvs-healthcvs-healthOfficialยท1 Agent Skills Included

ios-swiftui-accessibility-techniques

Accessible SwiftUI coding patterns and WCAG compliance checks

Enforces WCAG 2.2 accessibility rules when writing SwiftUI code for iOS and watchOS apps. Scans Swift source files for missing labels, wrong traits, small touch targets, and poor contrast across 43 rules and 23 criteria. Eliminates manual VoiceOver testing guesswork with auto-fix, scoring, and CI integration for faster accessible app delivery.
npx skills add cvs-health/ios-swiftui-accessibility-techniques --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install iOS SwiftUI Accessibility Techniques?โ–ผ

Run `npx skills add cvs-health/ios-swiftui-accessibility-techniques --all -g -y` in your terminal to install the skill globally.

How to make a SwiftUI app accessible?โ–ผ

This skill applies WCAG 2.2 rules automatically, covering labels, traits, Dynamic Type, contrast, touch targets, and focus management in your SwiftUI code.

How to check SwiftUI code for accessibility issues?โ–ผ

The included a11y-check tool statically scans your Swift files against 43 rules mapped to 23 WCAG criteria, with scoring and auto-fix support.

Does it work with Claude Code and Cursor?โ–ผ

Yes. The SKILL.md file works in Claude Code, Cursor, and other compatible editors, and an MCP server is included for editor integration.

Do I need accessibility experience to use it?โ–ผ

No. The skill enforces correct patterns automatically as code is written, so developers learn accessible SwiftUI practices without prior WCAG expertise.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’