Agent skill · Security

accessibility-audit

Run a structured accessibility audit on an iOS/macOS app — automated XCUITest audits, Accessibility Inspector, manual VoiceOver/Dynamic Type passes, and App Store Accessibility Nutrition Label evaluation. Use before release, when preparing Nutrition Label declarations, or for EU Accessibility Act compliance.

rshankrasgithub.com/rshankrasGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill accessibility-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBash
Path: skills/ios/accessibility-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Accessibility Audit A repeatable audit workflow that takes an app from "we think it's accessible" to evidence: automated audits in CI, an Inspector pass, manual assistive-tech passes, and an Accessibility Nutrition Label evaluation you can defend. Distilled from Apple's WWDC23 "Perform accessibility audits" (10035), WWDC19 "Accessibility Inspector" (257), WWDC25 "Evaluate your app for Accessibility Nutrition Labels" (224), and the 2026 Tech Talk "Prepare your app for Accessibility Nutrition Labels" (111433). Why it matters: **Accessibility Nutrition Labels** on the App Store make your support (or its absence) visible before download. ## When This Skill Activates - User asks for an accessibility audit, review, or compliance check - User is preparing Accessibility Nutrition Label declarations for App Store Connect - User asks about `performAccessibilityAudit`, Accessibility Inspector, or automated a11y testing - User mentions EU Accessibility Act / accessibility compliance - Pre-release checks (pairs with `release-review`) ## The Audit Workflow ### 1. Define common tasks first (WWDC25 224) List the primary tasks people download the app for, **plus** the fundamentals: first-launch e

What's inside
Steps it walks through
  1. When This Skill Activates
  2. The Audit Workflow
  3. 1. Define common tasks first (WWDC25 224)
  4. 2. Automated pass — XCUITest audits in CI
  5. 3. Inspector pass (WWDC19 257)
  6. 4. Manual assistive-tech passes (per common task)
  7. 5. Nutrition Label evaluation and declaration
  8. Output Format
  9. Cross-References
  10. References
Ships with 2 files
  • automated-audits.md
  • nutrition-labels.md
More from claude-code-apple-skills
All skills →
About this skill
What does the accessibility-audit skill do?

Run a structured accessibility audit on an iOS/macOS app — automated XCUITest audits, Accessibility Inspector, manual VoiceOver/Dynamic Type passes, and App Store Accessibility Nutrition Label evaluation. Use before release, when preparing Nutrition Label declarations, or for EU Accessibility Act compliance.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill accessibility-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going