-
Notifications
You must be signed in to change notification settings - Fork 25
Performance Accessibility
github-actions[bot] edited this page Mar 23, 2026
·
1 revision
Audits the intersection of web performance optimization and accessibility. Covers lazy loading announcements, skeleton screen semantics, Cumulative Layout Shift impact on assistive technology, code splitting with accessible loading states, and progressive enhancement patterns.
- Audits lazy-loaded images and content for screen reader announcements
- Reviews skeleton screen accessibility (proper ARIA hiding, loading state announcements)
- Assesses CLS impact on assistive technology users (focus displacement, content reflow)
- Validates code-split routes for accessible loading indicators
- Checks infinite scroll implementations for keyboard alternatives
- Reviews progressive enhancement to confirm core content works without JavaScript
- Adding lazy loading, infinite scroll, or virtual scrolling to a page
- Implementing skeleton screens or loading placeholders
- Diagnosing CLS-related issues that affect screen reader or keyboard users
- Setting up code splitting with route-level loading states
- Reviewing progressive enhancement strategy for accessibility
- Framework detection - Identifies the frontend framework and its lazy loading patterns
- Lazy loading audit - Checks that lazy-loaded content preserves alt text, announces arrival, and avoids CLS
-
Skeleton screen audit - Validates that placeholders use
aria-hidden="true"and actual content regions usearia-busy - CLS audit - Identifies layout shifts that could displace focused elements or disrupt screen reader position
- Loading state audit - Reviews route transitions, code-split boundaries, and Suspense/fallback patterns for accessible announcements
- Progressive enhancement check - Confirms core content and navigation work without JavaScript
| Direction | Agent | When |
|---|---|---|
| Receives from | accessibility-lead | When performance-related accessibility issues are detected |
| Hands off to | accessibility-lead | When general web accessibility concerns are found beyond performance patterns |
| Hands off to | live-region-controller | When loading state announcements need live region review |
| Hands off to | keyboard-navigator | When CLS or lazy loading disrupts focus management |
@performance-accessibility Audit lazy loading and skeleton screens in our product listing page
@performance-accessibility Check if our infinite scroll implementation has a keyboard alternative
@performance-accessibility Review the CLS impact of our hero image loading on screen reader users
- accessibility-lead - Coordinates full web accessibility audits
- live-region-controller - Reviews live region announcements for dynamic content
- keyboard-navigator - Focus management during content loading and layout shifts
- aria-specialist - ARIA patterns for loading states and busy indicators
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide