Skip to content

feat(agents): add AODA WCAG 2.2 accessibility detector and resolver agents#9

Merged
emmanuelknafo merged 2 commits into
mainfrom
feature/2014-copilot-a11y-agents
Mar 9, 2026
Merged

feat(agents): add AODA WCAG 2.2 accessibility detector and resolver agents#9
emmanuelknafo merged 2 commits into
mainfrom
feature/2014-copilot-a11y-agents

Conversation

@emmanuelknafo
Copy link
Copy Markdown
Contributor

@emmanuelknafo emmanuelknafo commented Mar 9, 2026

Summary

Add two declarative GitHub Copilot agents for AODA WCAG 2.2 accessibility compliance, with supporting instructions and prompt files.

New Files

  • A11y Detector (.github/agents/a11y-detector.agent.md) — Detects WCAG 2.2 violations via static code analysis and runtime scanning
  • A11y Resolver (.github/agents/a11y-resolver.agent.md) — Resolves violations with standards-compliant code fixes
  • WCAG 2.2 Rules (.github/instructions/wcag22-rules.instructions.md) — Auto-applied WCAG compliance rules for web components
  • Remediation Patterns (.github/instructions/a11y-remediation.instructions.md) — Fix recipes for 19 common violations
  • Quick Scan (.github/prompts/a11y-scan.prompt.md) — Prompt for accessibility scanning
  • Quick Fix (.github/prompts/a11y-fix.prompt.md) — Prompt for accessibility remediation

Work Items

Fixes AB#2014 AB#2015 AB#2016 AB#2017

…gents AB#2014

- add A11y Detector agent with static analysis and runtime scanning protocol
- add A11y Resolver agent with remediation patterns and verification workflow
- add WCAG 2.2 Level AA compliance rules auto-applied to web components
- add accessibility remediation patterns instructions with 19 fix recipes
- add quick-action prompts for scan and fix workflows

♿ - Generated by Copilot
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 9, 2026

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 82.42% (🎯 80%) 680 / 825
🔵 Statements 81.96% (🎯 80%) 741 / 904
🔵 Functions 80.51% (🎯 80%) 124 / 154
🔵 Branches 68.82% (🎯 65%) 340 / 494
File CoverageNo changed files found.
Generated in workflow #50 for commit 5c86896 by the Vitest Coverage Report Action

…luding agent definitions, instructions, and prompts
@emmanuelknafo emmanuelknafo merged commit 1516fed into main Mar 9, 2026
11 checks passed
@emmanuelknafo emmanuelknafo deleted the feature/2014-copilot-a11y-agents branch March 9, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant