Skip to content

community-access/accessibility-agents

v7.0.2MIT

WCAG 2.2 AA enforcement across web UI, Office and PDF documents, markdown and desktop apps. Six router skills dispatch a hundred specialist and reference skills, with hooks that block UI edits until the accessibility lead has reviewed.

a11y-core

Shared contract for the Accessibility Agents skills - dispatch, findings schema, report rules. Read by skills, never dispatched on its own.

a11y-tool-builder

Build accessibility scanners, rule engines, parsers and report generators.

accessibility-lead

Web UI accessibility lead. Use before writing or changing HTML, JSX, TSX, Vue, Svelte, CSS or templates. Picks specialists and merges their findings.

accessibility-regression-detector

Compare audits across commits to find new, fixed and regressed issues.

accessibility-statement

Generate a W3C or EU model accessibility statement from audit results.

actions-manager

GitHub Actions: workflow runs, logs, re-runs and CI failure triage.

alt-text-headings

Alt text, SVGs, figures, charts, heading order, page titles and landmarks.

analytics

GitHub metrics: velocity, review turnaround, churn and bottlenecks.

aria-specialist

ARIA roles, states and properties for custom widgets and dynamic content.

ci-accessibility

Set up and debug accessibility CI: baselines, SARIF and PR gating.

cognitive-accessibility

Plain language, WCAG 2.2 cognitive criteria, COGA guidance and auth UX.

compliance-mapping

Map findings to Section 508, EN 301 549, EAA, ADA, AODA; build a VPAT.

contrast-master

Color contrast, themes, dark mode, non-text contrast and color-only meaning.

contributions-hub

GitHub community: discussions, moderation, contributor health, CLAs.

cross-document-analyzer

Internal helper: cross-document patterns, severity scoring, templates.

cross-page-analyzer

Internal helper: cross-page patterns, severity scoring, scorecards.

daily-briefing

Daily GitHub briefing: issues, PRs, reviews, releases and discussions.

data-visualization-accessibility

Charts, graphs and dashboards: SVG ARIA, table alternatives, safe palettes.

design-system-auditor

Check color, focus ring, spacing and motion tokens before they reach UI.

desktop-a11y-specialist

Desktop a11y APIs: UI Automation, MSAA/IAccessible2, NSAccessibility.

desktop-a11y-testing-coach

Test desktop apps with NVDA, JAWS, Narrator, VoiceOver and UIA tooling.

developer-hub

Start here for Python, wxPython, desktop app, NVDA add-on and accessibility tooling work. Routes to the right specialist.

document-accessibility-wizard

Guided accessibility audit of Word, Excel, PowerPoint, PDF and ePub files, one at a time or by the folder, with a scored report.

document-csv-reporter

Internal helper: export document findings to CSV with help links.

document-inventory

Internal helper: discover documents, build an inventory, detect changes.

email-accessibility

HTML email accessibility under email client rendering constraints.

epub-accessibility

Scan and fix .epub files: EPUB Accessibility 1.1, reading order, nav.

epub-scan-config

Internal helper: manage .a11y-epub-config.json scan settings.

excel-accessibility

Scan and fix .xlsx files: sheet names, table headers, alt text, merges.

forms-specialist

Labels, validation, error handling, multi-step wizards and autocomplete.

github-hub

Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis.

i18n-accessibility

Right-to-left and language: dir, lang tags, bidi text, icon mirroring.

insiders-a11y-tracker

Track accessibility changes in VS Code and other repos you follow.

issue-tracker

GitHub issues: find, triage, review and respond, with written reports.

kb-accessibility-rules

Reference data, not a reviewer. Cross-format accessibility rule reference with WCAG 2.2 mapping for Word, Excel, PowerPoint, and PDF documents.

kb-ci-integration

Reference data, not a reviewer. CI/CD accessibility pipeline patterns with axe-core CLI, SARIF output, PR annotations, baseline management, and multi-platform CI templates.

kb-cognitive-accessibility

Reference data, not a reviewer. Review UI for cognitive load, plain language clarity, and WCAG 2.2 cognitive SC (3.3.7, 3.3.8, 3.3.9). Includes COGA guidance, reading level, auth patterns, and timeout warnings.

kb-data-visualization-accessibility

Reference data, not a reviewer. Audit charts and graphs for accessibility: SVG ARIA, data table alternatives, keyboard interaction, color-safe palettes, and library APIs.

kb-design-system

Reference data, not a reviewer. Validate design system tokens for WCAG AA/AAA contrast. Compute color token contrast, focus ring validation (WCAG 2.4.13), motion tokens, and spacing for touch targets across frameworks.

kb-document-scanning

Reference data, not a reviewer. Discover and inventory documents for accessibility audits. Scans folders for .docx, .xlsx, .pptx, and PDFs. Detects git changes and extracts title, author, and language metadata.

kb-email-accessibility

Reference data, not a reviewer. HTML email accessibility: table layouts, inline styles, dark mode, image fallbacks, and email client rendering constraints.

kb-framework-accessibility

Reference data, not a reviewer. Framework-specific accessibility patterns and fix templates for React, Vue, Angular, Svelte, Next.js, and Tailwind CSS.

kb-github-a11y-scanner

Reference data, not a reviewer. Integrate GitHub Accessibility Scanner. Detects configuration, parses scanner issues, correlates with local scans, and tracks Copilot-assigned fixes.

kb-github-analytics-scoring

Reference data, not a reviewer. Score repository health (0-100, A-F grades), priorities, and delta tracking. Includes velocity metrics, confidence levels, and bottleneck detection.

kb-github-scanning

Reference data, not a reviewer. Search GitHub for issues, PRs, discussions, releases, and alerts. Includes query construction, date range handling, repo scoping, and cross-repo intelligence.

kb-github-shared-instructions

Reference data, not a reviewer. Persona, authentication, output and reporting rules every GitHub skill follows.

kb-github-workflow-standards

Reference data, not a reviewer. Core standards for GitHub workflow agents: authentication, repository discovery, dual MD+HTML output, accessibility compliance, safety rules, and parallel execution patterns.

kb-help-url-reference

Reference data, not a reviewer. Map accessibility findings to help resources: axe-core to Accessibility Insights, document rules to Microsoft Office/Adobe, WCAG criteria to W3C Understanding documents.

kb-legal-compliance-mapping

Reference data, not a reviewer. Map accessibility audit results to legal frameworks: Section 508, ADA, EN 301 549, EAA, AODA. Generate VPAT 2.5 conformance tables.

kb-lighthouse-scanner

Reference data, not a reviewer. Integrate Lighthouse CI accessibility audits. Detects configuration, parses results, maps findings to severity model, and tracks score regressions.

kb-markdown-accessibility

Reference data, not a reviewer. Audit and fix markdown for accessibility. Covers ambiguous links, anchors, emoji (remove/translate), Mermaid/ASCII templates, heading hierarchy, table descriptions, and severity scoring.

kb-media-accessibility

Reference data, not a reviewer. Video/audio accessibility: WebVTT/SRT/TTML captions, audio descriptions, accessible media player ARIA, and WCAG 1.2.x compliance.

kb-mobile-accessibility

Reference data, not a reviewer. Audit React Native, Expo, iOS, Android for accessibility. Review accessibilityLabel, accessibilityRole, accessibilityHint, touch targets (44x44pt min), screen reader support, and platform semantics.

kb-office-remediation

Reference data, not a reviewer. Remediate Office documents (Word/Excel/PowerPoint) for accessibility. Generates Python scripts via python-docx, openpyxl, python-pptx API references.

kb-path-instructions

Reference data, not a reviewer. Per-file-type accessibility rules: semantic HTML, ARIA patterns, CSS, markdown, testing and terminology.

kb-playwright-testing

Reference data, not a reviewer. Browser accessibility testing using Playwright and @axe-core/playwright. Keyboard scans, contrast verification, and accessibility tree snapshots.

kb-python-development

Reference data, not a reviewer. Python and wxPython development: packaging (PyInstaller/Nuitka), testing, desktop accessibility APIs, cross-platform paths, and framework patterns.

kb-report-generation

Reference data, not a reviewer. Format accessibility audit reports with severity scoring (0-100, A-F grades), scorecard computation, and compliance exports including VPAT/ACR and remediation priorities.

kb-severity-mapping

Reference data, not a reviewer. Canonical severity level definitions and cross-domain mapping for web, document, and markdown audits. Score impact ranges, WCAG conformance alignment, and cross-format normalization.

kb-testing-strategy

Reference data, not a reviewer. Accessibility testing decision trees, browser/AT compatibility matrices, manual vs. automated test coverage, regression testing patterns, and acceptance criteria templates for user stories.

kb-web-scanning

Reference data, not a reviewer. Web content discovery, URL crawling, and page inventory for accessibility audits. Use when scanning web pages, crawling sites for audit scope, or building page inventories for multi-page audits.

kb-web-severity-scoring

Reference data, not a reviewer. Compute web accessibility scores (0-100, A-F grades) with severity scoring, confidence levels, and remediation tracking across audits.

keyboard-navigator

Tab order, focus management, shortcuts, skip links and focus visibility.

lighthouse-bridge

Internal helper: read Lighthouse CI accessibility audits into findings.

link-checker

Find vague link text such as click here, read more or a bare URL.

live-region-controller

Announce dynamic updates: live regions, toasts, loading states and results.

markdown-a11y-assistant

Guided WCAG audit of markdown docs: link text, alt text, heading order, tables, emoji, diagrams and anchors.

markdown-csv-reporter

Internal helper: export markdown findings to CSV with rule links.

markdown-fixer

Internal helper: apply approved markdown fixes, surface judgment calls.

markdown-scanner

Internal helper: scan one markdown file across all nine domains.

media-accessibility

Captions, transcripts, audio description and accessible media players.

mobile-accessibility

React Native, Expo, iOS and Android: labels, roles and touch targets.

modal-specialist

Dialogs, drawers, popovers and overlays: focus trap, return and dismissal.

notifications-manager

GitHub notifications: read, filter, triage and manage from the editor.

nvda-addon-specialist

NVDA add-ons: plugin types, manifest, events, scripts and packaging.

office-remediator

Fix .docx, .xlsx and .pptx programmatically via python-docx and friends.

office-scan-config

Internal helper: manage .a11y-office-config.json scan settings.

pdf-accessibility

Scan and fix PDFs: PDF/UA, Matterhorn checks, tags and reading order.

pdf-remediator

Fix PDFs by script or Acrobat: title, language, reading order, tags.

pdf-scan-config

Internal helper: manage .a11y-pdf-config.json scan settings.

performance-accessibility

Lazy loading, skeletons, layout shift and loading states for AT users.

playwright-scanner

Internal helper: behavioral scans via Playwright for keyboard and state.

playwright-verifier

Internal helper: re-run targeted scans to confirm a fix works at runtime.

powerpoint-accessibility

Scan and fix .pptx files: slide titles, alt text and reading order.

pr-review

Review pull requests: diffs, comments, context and written review docs.

projects-manager

GitHub Projects v2: boards, views, fields, iterations, item workflows.

python-specialist

Python debugging, packaging, testing, typing, async and performance.

release-manager

GitHub releases: create, edit and manage releases and their assets.

repo-admin

Repo admin: collaborators, branch protection, webhooks and labels.

repo-manager

Scaffold a repo: templates, contributing guides, CI, labels, licenses.

scanner-bridge

Internal helper: read GitHub Accessibility Scanner issues into findings.

screen-reader-lab

Simulate screen reader narration of HTML or JSX, step by step.

security-dashboard

Triage Dependabot, code scanning and secret scanning alerts.

tables-data-specialist

Data tables and grids: headers, scope, captions, sorting and complex tables.

team-manager

GitHub org teams: create, staff, onboard, offboard and audit access.

template-builder

Build GitHub issue, PR and discussion templates from a guided wizard.

testing-coach

How to test: screen readers, keyboard passes, automated checks and CI.

text-quality-reviewer

Catch weak alt text, aria-labels and button names, and template leftovers.

wcag-aaa

WCAG 2.2 Level AAA criteria that go beyond the AA target.

wcag-guide

Explain WCAG 2.2 criteria, conformance levels and what changed.

wcag3-preview

WCAG 3.0 preview: outcomes, APCA contrast and functional needs.

web-accessibility-wizard

Guided WCAG 2.2 audit of a web app or site, phase by phase, with severity scores, a written report and optional fixes.

web-component-specialist

Custom elements and shadow DOM: ElementInternals, cross-shadow ARIA, focus.

web-csv-reporter

Internal helper: export web findings to CSV with Deque University links.

web-issue-fixer

Internal helper: apply approved web accessibility fixes to source.

wiki-manager

GitHub wikis: create, edit, organize and search pages from the editor.

word-accessibility

Scan and fix .docx files: title, headings, alt text, table headers.

wxpython-specialist

wxPython GUI: sizers, events, AUI, custom controls and threading.