Skip to content
ramzesenok/iOS-Accessibility-Audit-Skill logo

ramzesenok/iOS-Accessibility-Audit-Skill

Verified

Audit SwiftUI iOS code for WCAG 2.2 accessibility issues.

SkillsAgent Skills 12Open source
View on GitHub
Updated 2026-06-16
ramzesenok/iOS-Accessibility-Audit-Skill GitHub repository

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

audits swiftui code for accessibility issues
maps findings to wcag 2.2 criteria
provides prioritized problem lists with fixes
suggests human follow-up verification steps
generates code snippet recommendations

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

  1. 1Clone the repository into your agent skills directory.
  2. 2Register the skill with your agent runtime using its folder name.
  3. 3Provide the paths to the SwiftUI files you want reviewed.
  4. 4Trigger the audit and review the generated markdown report.
  5. 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
Did you find this helpful?

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…

Sign in to review

Promote ramzesenok/iOS-Accessibility-Audit-Skill

Add this badge to your website, or share the tool.

DFeatured on Dhanasviramzesenok/iOS-Accessibility-Audit-Skill 0