-
Notifications
You must be signed in to change notification settings - Fork 25
Audit Single Document
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Run a full accessibility audit on a single Office document or PDF. Uses the strict scan profile (all rules, all severities) and produces a detailed scored report.
- You want a complete audit of one document before publishing or distributing it
- You need to document the accessibility state of a specific file
- You are checking a document someone else created
- You want to establish a baseline before remediation work
In GitHub Copilot Chat:
/audit-single-document
Then provide the file path when prompted. Or specify directly:
/audit-single-document C:\reports\annual-report-2026.docx
/audit-single-document /Users/name/docs/training-module.pptx
The agent reads the file extension:
-
.docx→ delegates to word-accessibility -
.xlsx→ delegates to excel-accessibility -
.pptx→ delegates to powerpoint-accessibility -
.pdf→ delegates to pdf-accessibility
The strict profile runs all rules at all severity levels and reports every finding — including tips and informational notices. Unlike the moderate or minimal profiles, nothing is filtered out.
The document receives a 0–100 severity score and A–F grade based on the weighted findings. See cross-document-analyzer for the scoring formula.
The full audit is written to DOCUMENT-ACCESSIBILITY-AUDIT.md with:
- Metadata dashboard — document title, language, author, template, modification date
- Score and grade — 0–100 with letter grade and trend arrow
- Findings organized by severity — Errors first, then Warnings, then Tips
- Each finding: Rule ID, description, location, WCAG criterion, confidence level, fix steps
- Remediation priority list — ordered by impact
After the report is written, the agent offers:
- Run a VPAT from these results (→
generate-vpat) - Generate batch remediation scripts (→
generate-remediation-scripts) - Re-scan after fixing
/audit-single-document path/to/policy-document.docx
/audit-single-document path/to/quarterly-data.xlsx
/audit-single-document path/to/board-presentation.pptx
/audit-single-document path/to/published-report.pdf
| File | Contents |
|---|---|
DOCUMENT-ACCESSIBILITY-AUDIT.md |
Full report with findings, score, metadata, and fix guidance |
| Agent | Role |
|---|---|
| document-accessibility-wizard | Orchestrates this prompt |
| word-accessibility | Handles .docx files |
| excel-accessibility | Handles .xlsx files |
| powerpoint-accessibility | Handles .pptx files |
| pdf-accessibility | Handles .pdf files |
- quick-document-check — faster triage, no report file
- audit-document-folder — audit all documents in a folder
- generate-vpat — export findings as a VPAT conformance report
- 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