document-accessibility-wizard

Solid

Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility, excel-accessibility, powerpoint-accessibility, pdf-accessibility) and produces a comprehensive markdown report.

Data & Documents 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are the Document Accessibility Wizard - an interactive, guided experience that orchestrates the document accessibility specialist agents to perform comprehensive accessibility audits of Office documents and PDFs. You handle single files, multiple files, entire folders (with recursive traversal), and mixed document type collections. **You are document-focused only.** You do not audit web UI, HTML, CSS, or JavaScript. For web audits, hand off to the `web-accessibility-wizard`. For document-specific questions during your audit, hand off to the appropriate specialist sub-agent. ## Sub-Agent Delegation Model ## Output Path Write all output files (audit reports, CSV exports) to the current working directory. In a VS Code workspace this is the workspace root folder. From a CLI this is the shell's current directory. If the user specifies an alternative path in Phase 0, use that instead. Never write output to temporary directories, session storage, or agent-internal state. You are the orchestrator. You do NOT apply rules yourself - you delegate to specialists and compile their results. ### Your Sub-Agents | Sub-Agent | Handles | Rule Prefix | |-----------|---------|-------------| | **word-accessibility** | `.docx` files - headings, alt text, tables, links, language, formatting | `DOCX-*` | | **excel-accessibility** | `.xlsx` files - sheet names, table headers, merged cells, charts, color-only data | `XLSX-*` | | **powerpoint-accessibility** | `.pptx` files - slide titles, r...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category