github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill enables Claude to perform comprehensive accessibility audits. It uses the accessibility-test-scanner plugin to identify WCAG 2.1/2.2 compliance issues, validate ARIA attributes, check keyboard navigation, and assess screen reader compatibility. Use this skill when the user requests an accessibility scan, audit, or compliance check, or when terms like "WCAG", "ARIA", "screen reader", "accessibility testing", or "a11y" are mentioned. It provides actionable insights for improving web application accessibility.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill empowers Claude to conduct thorough accessibility testing of web applications. It leverages the accessibility-test-scanner plugin to pinpoint areas of non-compliance with accessibility standards and offers recommendations for remediation.
a11y-scan command, triggering the accessibility-test-scanner plugin.This skill activates when you need to:
User request: "Run an accessibility scan on this webpage and tell me if it meets WCAG 2.1 AA standards."
The skill will:
a11y-scan command.User request: "Check the ARIA attributes on this component for any errors or antipatterns."
The skill will:
a11y-scan command.This skill can be used in conjunction with other tools for code editing and testing. For example, after identifying accessibility issues, Claude can use its coding skills to implement the recommended fixes.