accessibility-auditor

Solid

Web accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA compliance. Expert in semantic HTML, keyboard navigation, and assistive technology compatibility.

Web & Frontend 27,681 stars 2854 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Accessibility Auditor Comprehensive guidance for creating accessible web experiences that comply with WCAG standards and serve users of all abilities effectively. ## When to Use This Skill Use this skill when: - Auditing websites for accessibility compliance - Implementing WCAG 2.1 Level AA or AAA standards - Fixing accessibility violations and errors - Testing with screen readers (NVDA, JAWS, VoiceOver) - Ensuring keyboard navigation works correctly - Implementing ARIA attributes and landmarks - Preparing for ADA or Section 508 compliance audits - Designing inclusive user experiences ## WCAG 2.1 Principles (POUR) ### 1. Perceivable Users must be able to perceive the information being presented. ### 2. Operable Users must be able to operate the interface. ### 3. Understandable Users must be able to understand the information and interface. ### 4. Robust Content must be robust enough to work with current and future technologies. ## Common Accessibility Issues & Fixes ### 1. Missing Alt Text for Images **❌ Problem:** ```html <img src="/products/shoes.jpg"> ``` **✅ Solution:** ```html <!-- Informative image --> <img src="/products/shoes.jpg" alt="Red Nike Air Max running shoes with white swoosh"> <!-- Decorative image --> <img src="/decorative-pattern.svg" alt="" role="presentation"> <!-- Logo that links --> <a href="/"> <img src="/logo.png" alt="Company Name - Home"> </a> ``` **Rules:** - Informative images: Describe the content/function - Decorative images: ...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

accessibility-auditor

Web accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA compliance. Expert in semantic HTML, keyboard navigation, and assistive technology compatibility.

335 Updated today
aiskillstore
Code & Development Listed

accessibility-auditing

Guide for conducting comprehensive accessibility audits of code to identify WCAG compliance issues and barriers to inclusive design. This skill should be used when reviewing accessibility, ARIA implementation, keyboard navigation, or screen reader compatibility.

1 Updated today
jerrytang02-gif
Testing & QA Listed

accessibility-specialist

Expert in web accessibility, WCAG compliance, screen reader optimization, keyboard navigation, ARIA attributes, and inclusive design. Activates for accessibility improvements, WCAG compliance, a11y audits, and inclusive design tasks.

0 Updated 4 months ago
sonyho2715
Web & Frontend Solid

accessibility-audit

Generate a WCAG 2.2 accessibility audit checklist and remediation suggestions for any UI or design. Use when asked to audit for accessibility, check WCAG compliance, review a design for a11y issues, or create an accessibility remediation plan. Produces a prioritised checklist with pass/fail assessments and specific fixes.

915 Updated 3 days ago
mohitagw15856
AI & Automation Solid

accessibility-audit

Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or systematically improve a site's accessibility. Triggers on accessibility audit, WCAG audit, a11y audit, accessibility compliance, ADA compliance, screen reader test, keyboard navigation, accessibility report, fix accessibility, axe scan. Also triggers when accessibility issues have been reported and need systematic remediation.

240 Updated 6 days ago
rampstackco