audit_a11y
Audit UI components for accessibility issues using axe-core, returning WCAG violations with impact levels and affected HTML nodes to catch problems before shipping.
Instructions
Run an accessibility audit (axe-core) on a rendered component. Returns WCAG violations with impact level, description, and affected HTML nodes. Use this to catch a11y issues before shipping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Component code to audit | |
| framework | No | Framework: html, react, vue, or svelte | react |
| width | No | Viewport width (px) | |
| height | No | Viewport height (px) |