ramzesenok/iOS-Accessibility-Audit-Skill
VerifiedAudit SwiftUI iOS code for WCAG 2.2 accessibility issues.
What is ramzesenok/iOS-Accessibility-Audit-Skill?
The iOS Accessibility Audit Skill performs static code reviews focused on SwiftUI views and their accessibility exposure. It checks for proper control roles, state announcements, and keyboard-equivalent navigation without running the app.
Each finding lists the issue location, the relevant WCAG paragraph, a plain-language explanation, and an example code snippet that demonstrates an improved approach. The output is delivered as a descending-priority markdown report.
It is intended for developers and QA teams who want automated guidance on iOS accessibility before manual testing or App Store submission.
Capabilities
What you can build with ramzesenok/iOS-Accessibility-Audit-Skill
Pre-release accessibility review
Run the skill on key SwiftUI files to surface high-priority WCAG violations before submitting an app update.
Feature-specific audit
Target a single view such as a history screen to receive concrete suggestions for improving VoiceOver and Switch Control support.
Team onboarding
Share the generated report with new developers to illustrate common SwiftUI accessibility patterns and WCAG references.
Install ramzesenok/iOS-Accessibility-Audit-Skill
- 1Clone the repository into your agent skills directory.
- 2Register the skill with your agent runtime using its folder name.
- 3Provide the paths to the SwiftUI files you want reviewed.
- 4Trigger the audit and review the generated markdown report.
- 5Apply the suggested patterns and schedule follow-up manual checks.
ramzesenok/iOS-Accessibility-Audit-Skill: pros & cons
Pros
- +Delivers prioritized findings tied directly to WCAG success criteria
- +Includes ready-to-adapt Swift code examples for each issue
- +Clearly separates automated detection from required human verification
- +Focuses narrowly on iOS and SwiftUI for relevant results
Cons
- –Only performs static analysis and never executes the app
- –Limited to the files explicitly provided in scope
- –Does not generate actual code patches or apply fixes
Frequently asked questions
No, it only produces an audit report with suggestions.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…