Formats accessibility audit reports with severity scoring, WCAG compliance mapping, and VPAT exports. You'll reach for this when you need to turn raw audit findings into a structured DOCUMENT-ACCESSIBILITY-AUDIT.md with sections like executive summary, cross-document patterns, and remediation priorities. The scoring formula is sensible: starts at 100, deducts points based on error severity and confidence level, floors at zero, then assigns letter grades. Nice touch that it handles comparison reports to track fixed versus persistent issues across scans. The VPAT export covers multiple editions including Section 508 and EN 301 549, which saves you from manual compliance mapping if you're dealing with government or EU requirements.
npx skills add https://github.com/community-access/accessibility-agents --skill report-generation