accessibility-audit

Featured

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.

AI & Automation 524 stars 70 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# Accessibility Audit Run a thorough accessibility audit and produce a remediation plan. Stack-agnostic. Anchored to WCAG 2.1 AA, with notes on AAA where relevant. This skill goes deeper than the accessibility checks in `qa-testing` and `design-standards`. Use this when accessibility itself is the goal. --- ## When to use - Pre-launch accessibility verification - Compliance preparation (ADA, EN 301 549, AODA, Section 508) - Remediation after an audit finding or complaint - Annual or quarterly accessibility health check - Onboarding accessibility into a team that hasn't prioritized it before ## When NOT to use - General QA after deploys (use `qa-testing`) - Component-level accessibility implementation (use `frontend-component-build`) - Color contrast for design tokens (use `design-standards` or `brand-identity`) --- ## Required inputs - The site or product under audit - The scope (full site, specific section, specific user flow) - The target standard (WCAG 2.1 AA is most common) - Any specific concerns or known issues - Tools available (automated scanners, screen readers, manual testing) --- ## The framework: WCAG's 4 principles WCAG organizes accessibility around four principles. The audit covers each in depth. ### 1. Perceivable Information and UI must be presentable in ways users can perceive. **Audit checks:** - **Text alternatives.** All non-decorative images have descriptive `alt` text. Decorative images use `alt=""`. Complex images (charts, infographics...

Details

Author
rampstackco
Repository
rampstackco/claude-skills
Created
4 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

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.

2 Updated 1 months ago
rampstackco
AI & Automation Listed

accessibility-audit

Adversarially audit a UI (component code, page markup, screenshot, or flow) against WCAG 2.2 AA — findings cited to specific success criteria, centered on the user and assistive tech each one blocks, severity-tagged, with a concrete fix and what a scanner would miss. Use when the user wants an accessibility review, a11y audit, WCAG check, or to find what blocks screen-reader / keyboard / low-vision users before shipping.

2 Updated 3 weeks ago
sananthanarayan
AI & Automation Listed

accessibility-audit

Audit UI code for WCAG 2.1 AA compliance — color contrast, keyboard navigation, ARIA roles, focus management, and screen reader compatibility. Use when the user asks to "check accessibility", "make this accessible", "WCAG audit", "a11y review", or before marking any public-facing UI as done. Do NOT use for quick pre-delivery checks — use output-enforcement for that. This skill goes deeper: it covers ARIA semantics, focus order, and live regions.

4 Updated today
yanacuti1121