scanner-bridge

Integrate GitHub Accessibility Scanner CI data with agent issue tracking and audit reporting.

387|42|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Community-Access/accessibility-agents --skill scanner-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scanner-bridge
Source: https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/scanner-bridge
Command: npx skills add https://github.com/Community-Access/accessibility-agents --skill scanner-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between automated accessibility scans run in CI and the agent-based accessibility audit pipeline, ensuring consistent issue tracking and status updates.

Core Features & Use Cases

  • CI Scan Integration: Connects GitHub Accessibility Scanner results with the agent ecosystem.
  • Issue Normalization & Deduplication: Fetches scanner issues, standardizes findings, and merges them with local scan data.
  • Copilot Fix Tracking: Monitors the status of fixes proposed by Copilot for scanner-identified issues.
  • Use Case: Automatically ingest accessibility violations reported by the GitHub Accessibility Scanner in your CI pipeline, correlate them with local scan results, and track whether Copilot has proposed or implemented fixes.

Quick Start

Use the scanner-bridge skill to detect the GitHub Accessibility Scanner configuration in the repository.

Frequently Asked Questions about scanner-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate GitHub Accessibility Scanner results with agent-based issue tracking?

To integrate GitHub Accessibility Scanner results with agent issue tracking, you can use a bridge to fetch, normalize, and deduplicate CI findings against local scans. This requires GitHub API access to query issues and PRs for audit reporting.

How does deduplication work when merging CI accessibility scans with local scan data?

Deduplication works by fetching scanner issues from CI and standardizing the findings using axe-core rule IDs and WCAG criteria. The normalized findings are then merged with your local scan data to eliminate redundant accessibility violations.

Can I track Copilot fix status for accessibility violations reported by the scanner?

Yes, you can track Copilot fix status for scanner-identified accessibility violations. The bridge monitors whether Copilot has proposed or implemented fixes for issues found by the GitHub Accessibility Scanner in your CI pipeline.

Do I need GitHub API access to normalize axe-core findings from CI pipelines?

Yes, GitHub API access is required to query issues and PRs. You also need knowledge of axe-core rule IDs and WCAG criteria to properly normalize and standardize the accessibility findings fetched from the scanner.

What is the best way to automate accessibility audit reporting from GitHub Actions CI data?

The best way to automate audit reporting from GitHub Actions is to detect the scanner configuration in your repository and bridge the CI data to your agent ecosystem. This normalizes findings and tracks Copilot fix proposals automatically.