swiftui-wcag-accessibility-auditor
Installation
SKILL.md
SwiftUI WCAG Accessibility Auditor
Overview
Audit SwiftUI iOS features with a dual mode:
- WCAG-driven coverage and evidence (
what fails / what is uncertain / why) - SwiftUI patch-ready remediation (
what to change with minimal code edits)
Treat this as a code audit. Do not run the app. If a result cannot be proven from source, mark it as Needs user verification and add a concrete user follow-up check.
When to Use This Skill vs Nearby Skills
Use this merged skill when you need both:
- WCAG 2.2 mapping / traceability, and
- SwiftUI-specific fixes/snippets
Prefer the other skills when: