-
Notifications
You must be signed in to change notification settings - Fork 6
Quick Document Check
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Fast triage of a single document — errors only, high-confidence findings only, no saved report file. Get a pass/fail verdict in seconds.
- You want a fast yes/no answer before publishing or sharing a document
- You are checking many documents quickly and will do deep dives on the ones that fail
- You don't need the full report overhead — just need to know if there are blockers
- You are doing a first-pass review before sending to legal or communications for final approval
In GitHub Copilot Chat:
/quick-document-check
Provide the file path when prompted. Or specify directly:
/quick-document-check C:\documents\policy-brief.docx
/quick-document-check /Users/name/presentations/board-deck.pptx
The agent scans with the minimal profile (errors only) and filters to high-confidence findings. Output appears inline in chat — no file is saved.
Quick Check: policy-brief.docx
Score: 78 (C)
Errors Found: 3
1. DOCX-E001 — Missing document title (File > Properties > Title) — High confidence
2. DOCX-E010 — Image on page 3 has no alt text — High confidence
3. DOCX-E020 — Heading styles not used — paragraph text formatted manually — High confidence
Verdict: NEEDS WORK — 3 errors found
Verdict thresholds:
| Verdict | Condition |
|---|---|
| PASS | Zero errors |
| NEEDS WORK | 1–3 errors |
| FAIL | 4+ errors |
If errors are found, the agent asks: "Want to run a full audit with detailed remediation steps?" — launching audit-single-document on the same file.
/quick-document-check path/to/report.docx # Word document
/quick-document-check path/to/data-table.xlsx # Excel workbook
/quick-document-check path/to/slides.pptx # PowerPoint
/quick-document-check path/to/published.pdf # PDF
| Agent | Role |
|---|---|
| document-accessibility-wizard | Runs the minimal-profile scan and formats the result |
- audit-single-document — full strict audit with saved report
- audit-document-folder — quick-check all documents in a folder
- 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