All skills
Skillintermediate
/generate-report - Generate Accessibility Report
Generate a detailed accessibility audit report with remediation steps.
Claude Code Knowledge Pack7/10/2026
Overview
/generate-report - Generate Accessibility Report
Generate a detailed accessibility audit report with remediation steps.
Steps
- Compile all findings from the accessibility audit
- Organize findings by WCAG principle: Perceivable, Operable, Understandable, Robust
- Assign severity levels: critical, serious, moderate, minor
- For each finding, include: WCAG criterion, element, issue description, impact
- Add code snippets showing the current problematic markup
- Provide remediation code showing the corrected markup for each issue
- Calculate a WCAG compliance score based on pass/fail criteria
- Generate an executive summary with total issues by severity
- Create a remediation priority matrix: effort vs impact
- Include before/after examples for the most common issues
- Add references to WCAG understanding documents for each criterion
- Save the report in markdown and HTML formats
Rules
- Group similar issues together to reduce repetitive findings
- Include the user impact description for each issue (who is affected and how)
- Provide specific code fixes, not just descriptions of what to change
- Reference the WCAG success criterion number and name for each finding
- Include both automated and manual testing results
- Add estimated remediation effort for each issue (quick fix, moderate, significant)
- Track compliance percentage against the target WCAG level