Accessibility auditor
Skill 7vibex/swiftui-developer-kit/.agents/skills/accessibility-auditor
Codex skill pack for SwiftUI, SwiftData, Xcode debugging, app audits, screenshots, accessibility, Liquid Glass, and App Store release workflows.
npx -y skills add 7vibex/swiftui-developer-kit --skill accessibility-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Audit SwiftUI/iOS/iPadOS/macOS accessibility for VoiceOver, Dynamic Type, contrast, tap targets, Reduce Motion, Reduce Transparency, focus order, labels, hints, and inclusive UI behavior.
SKILL.md
2.0 KB, as published. Nobody here has run it
Accessibility Auditor
Audit accessibility from code and screenshots when available. If screenshots are needed, ask before capture.
References
references/accessibility-checklist.mdreferences/dynamic-type-checklist.mdreferences/voiceover-checklist.mdreferences/reduce-motion-transparency-checklist.mdreferences/store-label-readiness.md../../../docs/apple-source-map.mdreferences/output-contract.md
Check
- Labels, hints, and traits.
- Dynamic Type behavior.
- Contrast and readability.
- Tap targets.
- Color-only states.
- Reduce Motion.
- Reduce Transparency.
- Focus order.
- Custom controls.
- Common-task coverage for Accessibility Nutrition Label claims.
- Screenshot evidence if available.
Workflow
- Inspect SwiftUI views, custom controls, and high-traffic screens.
- Review screenshots only if the user provides or approves them.
- Classify critical barriers before polish issues.
- Map common tasks to assistive technologies when the audit may support App Store accessibility claims.
- Recommend verification steps using Simulator, Accessibility Inspector, device testing, or code review.
Do Not Use When
- The task is general visual design without accessibility impact.
- The user only needs App Store metadata, build debugging, or architecture review.
Done When
- Findings cite inspected code, screenshots, or explicit evidence gaps.
- VoiceOver, Dynamic Type, contrast, tap targets, motion, transparency, and common-task risks are covered.
- Output separates blockers from improvements and includes verification steps.
Output
Use references/output-contract.md.
Follow ../../../docs/skill-quality-standard.md and compare ../../../examples/skill-outputs/accessibility-auditor-bad-output.md with ../../../examples/skill-outputs/accessibility-auditor-good-output.md.