From screen-reader-tester
Audits HTML structure and ARIA semantics to verify screen reader compatibility. Produces a report with identified issues, expected announcements, and actionable markup fixes.
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.
2plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub costrict-plugins-repo/github-trending-plan --plugin screen-reader-tester/test-srAudits HTML structure and ARIA semantics to verify screen reader compatibility. Produces a report with identified issues, expected announcements, and actionable markup fixes.
/a11y-scanScans pages or components for WCAG 2.1/2.2 accessibility issues, ARIA errors, keyboard navigation, screen reader compatibility, and color contrast. Produces markdown audit report with prioritized fixes and code examples.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.
/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.
/run-auditScans a URL or component for WCAG 2.1 accessibility violations, covering keyboard nav, ARIA, headings, contrast, and forms. Produces a prioritized report with success-criterion references and remediation steps.