From screen-reader-tester
Tests web app pages for screen reader compatibility by analyzing semantic HTML, ARIA roles, labels, and keyboard focus. Reports issues with expected announcement and actual markup.
How this command is triggered — by the user, by Claude, or both
Slash command
/screen-reader-tester:test-srThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /test-sr - Test Screen Reader Compatibility Test application compatibility with screen readers. ## Steps 1. Identify the pages or components to test for screen reader compatibility 2. Analyze the HTML structure for semantic markup: headings, landmarks, lists, tables 3. Verify all interactive elements have accessible names (label, aria-label, aria-labelledby) 4. Check that images have meaningful alt text (or empty alt for decorative images) 5. Verify form inputs are associated with labels using for/id or aria-labelledby 6. Test dynamic content updates with aria-live regions and status m...
Test application compatibility with screen readers.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin screen-reader-tester/test-srTests web app pages for screen reader compatibility by analyzing semantic HTML, ARIA roles, labels, and keyboard focus. Reports issues with expected announcement and actual markup.
/a11y-scanScans web pages for WCAG 2.1/2.2 accessibility issues, including ARIA validation, keyboard navigation, screen reader compatibility, and color contrast. Produces an audit report with prioritized fixes and code examples.
/accessibility-auditAudits web pages for WCAG compliance using axe-core, identifies accessibility barriers, and provides remediation guidance for inclusive design.
/testInvokes a testing coach agent that provides guidance on screen reader, keyboard, and automated testing. Accepts optional arguments.
/ux-a11yRuns a structured WCAG 2.1 AA accessibility audit on a URL, file, or screenshot. Checks contrast, keyboard navigation, focus, ARIA, screen reader support, and motion preferences, then produces a grouped findings report with severity, evidence, and fixes.