-
Notifications
You must be signed in to change notification settings - Fork 25
A11y Update
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Fetch the latest accessibility-related GitHub issues and discussions across tracked repositories. Results are scoped by keyword, grouped by access need category, and include the relevant WCAG criterion and ARIA pattern for each item.
- Weekly review of accessibility issues to prioritize
- Preparing for an audit by seeing what known issues exist
- Tracking what the community has identified as broken or missing
- Finding upstream accessibility bugs in dependencies
In GitHub Copilot Chat:
/a11y-update
With scope:
/a11y-update owner/repo
/a11y-update org:myorg
/a11y-update last 14 days
- Scope parsing — Determines repos to search from parameters or configured preferences
-
Collect issues — Finds issues with accessibility-related labels or keywords (
a11y,accessibility,screen-reader,keyboard,wcag,aria) - Classify by access need — Groups findings into 6 categories
- Enrich — Adds the relevant WCAG success criterion and ARIA pattern for each item
- Display with impact level — High / Medium / Low priority based on user impact
| Category | What it covers |
|---|---|
| Screen Reader | ARIA, semantic HTML, announcements, live regions |
| Keyboard | Focus management, tab order, keyboard traps, shortcuts |
| Visual | Color contrast, motion, zoom, high contrast mode |
| Audio | Captions, transcripts, audio controls |
| Cognitive | Plain language, reading level, error clarity, timeouts |
| Other | Uncategorized or multi-category issues |
Each issue includes:
- Issue number and title with link
- Repo context
- Relevant WCAG success criterion (e.g., WCAG 1.4.3 Contrast)
- Relevant ARIA pattern if applicable (e.g., combobox, dialog)
- Impact: High / Medium / Low
- Days open and last activity
Accessibility Update — last 7 days (owner/repo)
Screen Reader (2 issues)
#112 Modal close button not announced — 3 days old [High]
WCAG 4.1.2 | ARIA: dialog pattern
Keyboard (1 issue)
#108 Dropdown loses focus on Escape — 5 days old [High]
WCAG 2.1.2 | ARIA: combobox pattern
Visual (1 issue)
#99 Chart legend contrast 2.8:1 — 10 days old [Medium]
WCAG 1.4.3 | No ARIA pattern
/a11y-update # All configured repos
/a11y-update owner/repo # One repo
/a11y-update screen reader only # One category
/a11y-update high impact only # Filter by impact level
| Agent | Role |
|---|---|
| insiders-a11y-tracker agent | Executes this prompt |
- triage — prioritize all issues including accessibility
- daily-briefing — full briefing including accessibility updates
- 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