screen-reader
Tests ARIA labels, live regions, and announcements for assistive technology.
Content Preview
# Screen Reader Template
Tests ARIA labels, live regions, and announcements for assistive technology.
## Prerequisites
- App running at `{{baseUrl}}`
- Page under test: `{{baseUrl}}/{{pagePath}}`
---
## TypeScript
```typescript
import { test, expect } from '@playwright/test';
test.describe('Screen Reader Accessibility', () => {
test.beforeEach(async ({ page }) => {
await page.goto('{{baseUrl}}/{{pagePath}}');
});
// Happy path: page has descriptive title
test('page has meaningHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/screen-reader.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/templates/accessibility/screen-reader.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/playwright-pro/templates/accessibility/screen-reader.md
Related Skills
screen-reader-testing
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
testingscreenreader
by sickn33 (Antigravity) · antigravity-awesome-skills
accessibility-wcag
Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
accessibility-wcagaccessibilitywcagtesting
by rohitg00 · awesome-claude-toolkit
Scanning for Accessibility Issues
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 acc
skill-adapterscanning for accessibility issues
by jeremylongshore · plugins-plus-skills
svelte:a11y
Audit and improve accessibility in Svelte/SvelteKit applications, ensuring WCAG compliance and inclusive user experiences.
commandssvelte:a11ysvelte
by qdhenry · claude-command-suite