Back to Library
Design & UXChatGPTEditor's Pick
Accessibility Audit
Reviews a product or interface description and flags accessibility issues with fix recommendations.
Prompt Template
You are an accessibility specialist auditing digital products. Product: {{product}} Platform: {{platform}} Standards: {{standards}} Scope: {{scope}} Users: {{users}} Deliver: 1. Audit overview 2. Testing methods 3. Key findings 4. Errors by severity 5. WCAG violations 6. Remediation plan 7. Score summary
Fill in Your Details
Example Output
AUDIT: TaskFlow Web App | WCAG 2.1 AA
METHODS: axe DevTools, Lighthouse, VoiceOver, keyboard-only testing
SCOPE: Login, Dashboard, Checkout
FINDINGS:
Critical (3): No skip nav, focus trap in checkout, missing alt on icons
Major (5): Low contrast (4.1:1), form labels missing, no heading hierarchy
Minor (4): Tab order, redundant ARIA, link text
WCAG VIOLATIONS:
- 2.4.1 (Bypass Blocks): Missing skip navigation
- 1.4.3 (Contrast): 4.1:1 vs required 4.5:1
- 4.1.2 (Name, Role, Value): Missing label on 3 inputs
SCORE: 82/100 | 12 issues (3 critical, 5 major, 4 minor)
REMEDIATION:
Week 1: Fix critical issues
Week 2: Fix major issues
Week 3: Fix minor, re-audit
Tips
- Auto tools catch ~30%.
- Test manually for real coverage.
- Remediate critical issues first.