-
Notifications
You must be signed in to change notification settings - Fork 25
Compare Web Audits
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Compare a current web accessibility audit against a previous one. Shows exactly which issues were fixed, which are new, which persist, and which have regressed — with an overall progress percentage and trend assessment.
- You completed a remediation sprint and want to measure the improvement
- You want to verify that a deployment did not introduce new accessibility regressions
- You need to report progress to a stakeholder ("we reduced critical issues by 67%")
- You want to track accessibility health over multiple development cycles
In GitHub Copilot Chat:
/compare-web-audits
The agent will ask for both report paths. Or specify them directly:
/compare-web-audits previous: ACCESSIBILITY-AUDIT-jan.md current: ACCESSIBILITY-AUDIT-feb.md
The agent asks:
-
Previous audit — path to the baseline report (default: looks for an existing
ACCESSIBILITY-AUDIT.md) - Current audit — path to the new report, or "run a new audit now" to scan the live URL first
Every finding from both reports is classified:
| Classification | Meaning |
|---|---|
| Fixed | Was in the previous report, gone now — a win |
| New | Not in the previous report, appeared now — needs attention |
| Persistent | In both reports — highest priority for the next sprint |
| Regressed | Was fixed at some point but has returned |
# Accessibility Remediation Progress
## Summary
| Metric | Previous | Current | Change |
|--------|----------|---------|--------|
| Total Issues | 24 | 11 | -13 |
| Critical | 4 | 1 | -3 |
| Serious | 8 | 4 | -4 |
| Overall Score | 61/100 | 83/100 | +22 |
## Progress: 54% of previous issues resolved
### Fixed Issues (13) ✓
...
### New Issues (0) ✓
...
### Persistent Issues (11)
[List — prioritize these for next sprint]
### Regressed Issues (0) ✓
## Trend: ImprovingAfter the comparison, the agent asks: "Want to focus on fixing the persistent issues now?" — launching fix-web-issues pre-loaded with the persistent finding list.
/compare-web-audits
→ Use ACCESSIBILITY-AUDIT-2026-01.md as baseline
→ Run a new audit on https://myapp.com now
/compare-web-audits
→ Compare ACCESSIBILITY-AUDIT-sprint-12.md vs ACCESSIBILITY-AUDIT-sprint-13.md
| Agent | Role |
|---|---|
| web-accessibility-wizard | Parses both reports and runs any new audits needed |
| cross-page-analyzer | Performs the Fixed/New/Persistent/Regressed classification |
- audit-web-page — run the new audit to compare
- fix-web-issues — fix the persistent issues identified in the comparison
- audit-web-multi-page — compare across multiple pages
- 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