Description
This prompt performs a thorough accessibility analysis of a web page using three industry-standard tools, providing an executive summary with the Lighthouse accessibility score, issues grouped by WCAG principle, and a prioritized remediation plan with code examples. Best for: Comprehensive audits before major releases or compliance reviews.Arguments
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | ✅ | - | URL of the page to analyze |
wcagLevel | string | AA | WCAG conformance level: A, AA, or AAA |
Example Usage
Basic Usage
With WCAG Level
Natural Language
Output Includes
The prompt generates a comprehensive report with:1. Executive Summary
- Lighthouse Accessibility Score (0-100) with qualitative assessment
- Total unique issues across all tools
- Severity breakdown (critical, serious, moderate, minor)
- Overall WCAG conformance assessment
2. Issues by WCAG Principle
Problems grouped by the four principles:- Perceivable - Content must be presentable to users
- Operable - UI components must be operable
- Understandable - Information and operation must be understandable
- Robust - Content must work with assistive technologies
3. Critical Issues Analysis
Detailed user impact for each critical issue:- What the issue is
- Where it occurs
- Which users are affected
- Why it matters (real-world impact)
- Which tool(s) detected it
4. Remediation Plan
Prioritized fixes ordered by:- Severity (critical first)
- Score impact (highest improvement first)
- User impact (most affected users first)
- Effort required (quick wins vs. refactors)
5. Code Examples
Before/after code snippets for top issues6. Score Improvement Projection
Estimated Lighthouse score gain after fixesExample Output Structure
Score Improvement Projection
- Fixing critical issues: 72 → ~82/100
- Fixing critical + serious: 72 → ~91/100
Related Prompts
Quick Accessibility Check
Faster, less detailed alternative for development
Lighthouse Audit
Score-focused audit using Lighthouse only
Pre-Deploy Check
Deployment-focused with GO/NO-GO decision
Quick Wins Report
Focus on easy, high-impact fixes
Related Tools
- analyze-mixed - Direct tool for programmatic access
- analyze-with-lighthouse - Direct Lighthouse access