Phase 3: Report
Generate a structured accessibility audit report with remediation guidance.
Purpose
The Report phase transforms raw evaluation findings into a structured audit report with an executive summary, detailed findings, and prioritized remediation steps.
Usage
/accessibility:report <target>Example:
/accessibility:report checkout-flowPrerequisites
Requires .metapowers/accessibility/<target>/02-evaluate.md from the Evaluate phase. Use --skip-checks to bypass.
What It Does
- Creates an executive summary with overall conformance status
- Documents each finding with description, WCAG criterion, severity, impact, and fix steps
- Includes before/after code examples where applicable
- Prioritizes remediation: critical first, then major, then minor
- Estimates fix effort (quick fix vs. significant rework)
- Writes the report to
.metapowers/accessibility/<target>/03-report.md
Output
Creates .metapowers/accessibility/<target>/03-report.md containing:
- Executive summary with conformance status
- Detailed findings grouped by WCAG principle
- Remediation steps with code examples
- Prioritized action plan with effort estimates
Next Phase
After reporting, proceed to Remediate to fix the issues.