get_quick_fixes
Retrieve specific fix suggestions with before/after code examples for accessibility issues from audit results or a URL. Outputs in markdown, HTML, or JSON.
Instructions
Get specific fix suggestions with before/after code examples from audit results. Returns actionable fixes formatted as markdown, HTML, or JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: "markdown" for markdown-formatted fixes, "html" for HTML format, or "json" for structured data (default: json). | json |
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| includeCode | No | Include before/after code examples in the fixes (default: true). |