Description
This prompt identifies accessibility issues that provide the best return on investment using all three analysis tools (axe-core, Pa11y, and Lighthouse). It focuses on high impact fixes that require minimal effort, includes the current Lighthouse score with projected improvement, and provides time estimates, before/after code examples, and a copyable implementation checklist. Best for: Sprint planning, identifying low-hanging fruit, quick improvements.Arguments
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | ✅ | - | URL of the page to analyze |
Example Usage
Basic Usage
Natural Language
Output Includes
The prompt generates a prioritized report with:- Priority-Ordered Fixes: Ranked by impact/effort ratio across all three tools
- Time Estimates: Approximate time to implement each fix
- Before/After Code: Ready-to-use code examples
- Implementation Checklist: Copyable list for task tracking
- Current Lighthouse Score: Score with key failing audits that are also quick wins
- Impact Estimation: Projected Lighthouse score improvement and additional WCAG criteria addressed
Example Output Structure
Prioritization Matrix
Quick wins are selected based on:| Priority | Impact | Effort | Example |
|---|---|---|---|
| 🔥 Highest | Critical | less than 10 min | Missing alt text |
| ⚡ High | Serious | less than 30 min | Form labels |
| ✅ Medium | Moderate | less than 1 hour | Skip links |
When to Use
| Scenario | Recommended |
|---|---|
| Sprint planning | ✅ Yes |
| Limited time for fixes | ✅ Yes |
| Accessibility improvement roadmap | ✅ Yes |
| Compliance audit | Use full-accessibility-audit instead |
| Deployment decision | Use pre-deploy-check instead |
Related
- full-accessibility-audit - Complete audit with all issues
- lighthouse-score-improvement - Phased plan to reach a target score
- analyze-with-lighthouse - Direct Lighthouse tool access
- Interpreting Results - How to prioritize fixes
- Workflows Guide - Sprint planning workflow