Skip to content

Audit Single Document

github-actions[bot] edited this page Feb 23, 2026 · 1 revision

audit-single-document

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.

When to Use It

  • 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

How to Launch It

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

What to Expect

Step 1: File Type Identification

The agent reads the file extension:

Step 2: Strict Profile Scan

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.

Step 3: Scoring

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.

Step 4: Report Generation

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

Step 5: Follow-Up Offers

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

Example Variations

/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

Output Files

File Contents
DOCUMENT-ACCESSIBILITY-AUDIT.md Full report with findings, score, metadata, and fix guidance

Connected Agents

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

Related Prompts

Getting Started

Agents

Orchestrators

  • Accessibility Lead
  • Web Accessibility Wizard
  • Document Accessibility Wizard

Web Specialists

  • Alt Text and Headings
  • ARIA Specialist
  • Contrast Master
  • Forms Specialist
  • Keyboard Navigator
  • Link Checker
  • Live Region Controller
  • Modal Specialist
  • Tables Data Specialist

Document Specialists

  • Word Accessibility
  • Excel Accessibility
  • PowerPoint Accessibility
  • PDF Accessibility
  • Office Scan Config
  • PDF Scan Config

Learning

  • Testing Coach
  • WCAG Guide

Scanning

Tools

Advanced

Clone this wiki locally