prioritize_issues
Prioritizes accessibility issues by impact, WCAG compliance, or fixability, highlighting quick wins and critical blockers to fix before launch.
Instructions
Intelligently prioritize accessibility issues based on specified criteria, identifying quick wins (easy fixes with high impact) and critical blockers (must fix before launch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Top N issues to return. If not provided, all issues are returned. | |
| results | Yes | Audit result object from a previous audit. | |
| criteria | No | Prioritization criteria: "impact" (by impact level), "wcag" (by WCAG compliance level), "fixability" (by ease of fix), or "user-impact" (by user experience impact). | impact |