Skill Detail

Scan sites for accessibility gaps, file GitHub issues, and route fixes through Copilot with Accessibility Scanner

Run accessibility scans against target URLs, open trackable issues, and optionally hand remediation suggestions to Copilot instead of treating accessibility review as a manual audit chore.

Code Quality & ReviewMulti-Framework
Code Quality & Review Multi-Framework Security Reviewed
⭐ 266 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill scan-sites-for-accessibility-gaps-file-github-issues-and-route-fixes-through-copilot-with-accessibility-scanner Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
GitHub repository with Actions and Issues enabled, repository secret for a fine-grained PAT, list of target URLs, optional GitHub Copilot access for automated fix assignment
Install & setup
Add the documented GitHub Actions workflow to the target repository, configure the required token secret and scan inputs, then run the action manually or on the chosen trigger to create issues from accessibility findings.
Author
GitHub
Publisher
Organization
Last updated
Apr 21, 2026
Quick brief

Use Accessibility Scanner when the operator task is to run a repeatable scan to find accessibility problems on specific pages, file those findings as GitHub issues, and optionally route them into Copilot-assisted fix proposals. A user should invoke this instead of using GitHub or a generic accessibility product normally when the missing job is scan-to-issue remediation workflow automation. That scope boundary, accessibility scanning plus issue creation and fix handoff inside repository workflows, keeps this from being just a plain GitHub Action listing.