Prompt file imported from Community-Access/accessibility-agents (
.github/prompts/pdf-remediator.prompt.md). Fill in{{documentPath}}before use. Copyright stays with the author.
PDF Accessibility Remediation
Fix accessibility issues in the PDF document at the path below using the pdf-remediator agent.
Document to remediate
Path: {{documentPath}}
Instructions
- Check for an existing audit report (
DOCUMENT-ACCESSIBILITY-AUDIT.md) — if none exists, runpdf-accessibilityfirst - Classify all findings into auto-fixable (script-based via pdf-lib/qpdf/ghostscript) and manual (Adobe Acrobat Pro required)
- Present the classification table to the user and ask which category to address
- For auto-fixable issues: generate a shell script, review with user, create backup, execute
- For manual issues: provide step-by-step Acrobat Pro instructions with exact menu paths
- Verify results and recommend re-scanning after all fixes are applied