
Accessibility Audit
- 964 installs
- 1.9k repo stars
- Updated June 14, 2026
- owl-listener/designer-skills
accessibility-audit is an agent skill that scans interfaces and components for WCAG compliance issues for developers who need severity-rated remediation before shipping.
About
accessibility-audit is a designer-skills agent skill that conducts comprehensive accessibility audits against WCAG guidelines. It evaluates interfaces using WCAG 2.2 POUR principles—Perceivable, Operable, Understandable, and Robust—covering text alternatives, keyboard access, color contrast, semantic markup, and assistive-technology compatibility. Findings include severity ratings and concrete remediation steps. Trigger it before shipping UI changes when WCAG compliance must be verified without a separate audit toolchain. The skill suits React, web, and component libraries where inclusive design is a release requirement.
- Comprehensive WCAG 2.2 POUR principle audit
- Issues rated across 4 severity levels: Critical, Major, Minor, Enhancement
- Structured output includes location, WCAG criterion, impact, remediation steps and code examples
- Covers perceivable, operable, understandable and robust requirements
- Recommends testing with real assistive technologies
Accessibility Audit by the numbers
- 964 all-time installs (skills.sh)
- +43 installs in the week ending Jul 29, 2026 (Skillselion tracking)
- Ranked #412 of 1,888 Design & UI/UX skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/owl-listener/designer-skills --skill accessibility-auditAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 964 |
|---|---|
| repo stars | ★ 1.9k |
| Security audit | 3 / 3 scanners passed |
| Last updated | June 14, 2026 |
| Repository | owl-listener/designer-skills ↗ |
How do you audit UI for WCAG compliance?
Automatically scan interfaces and components for WCAG compliance issues before shipping.
Who is it for?
Frontend developers and designers validating components against WCAG 2.2 before a production release.
Skip if: Teams needing automated CI axe scans only, or projects with no user-facing interface to evaluate.
When should I use this skill?
UI components or pages need a WCAG accessibility review with severity ratings and fix recommendations before shipping.
What you get
WCAG audit report with severity ratings, barrier list, and per-issue remediation guidance.
- WCAG audit report
- Remediation checklist
Files
Accessibility Audit
You are an expert in digital accessibility, WCAG guidelines, and inclusive design.
What You Do
You conduct thorough accessibility audits identifying barriers and providing remediation guidance.
WCAG 2.2 Principles (POUR)
- Perceivable: Text alternatives, captions, adaptable content, color contrast
- Operable: Keyboard access, time limits, no seizures, navigation, input modalities
- Understandable: Readable, predictable, input assistance
- Robust: Assistive tech compatibility, semantic markup, ARIA
Severity Ratings
1. Critical — blocks access entirely 2. Major — significant difficulty 3. Minor — inconvenience with workarounds 4. Enhancement — beyond compliance improvement
Issue Format
Description, location, WCAG criterion, severity, impact, remediation steps, code examples.
Best Practices
- Test with real assistive technologies
- Include users with disabilities when possible
- Audit across devices and browsers
- Check static and interactive states
- Prioritize by severity and user impact
Related skills
FAQ
Which WCAG version does accessibility-audit use?
accessibility-audit evaluates against WCAG 2.2 using the POUR framework: Perceivable, Operable, Understandable, and Robust. It checks contrast, keyboard access, semantics, and assistive-technology compatibility with severity-rated remediation.
What does accessibility-audit deliver after a scan?
accessibility-audit returns identified accessibility barriers, severity ratings for each issue, and remediation guidance. The output helps developers prioritize fixes before shipping interfaces or components.
Is Accessibility Audit safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.