UI Audit
Automated UI/UX accessibility audit against WCAG 2.2 guidelines
sv install maya-design/ui-audit
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/ui-audit/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/ui-audit/ directory.
curl -sL https://skillvault.md/api/packages/maya-design/ui-audit/download -o ui-audit.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/maya-design/ui-audit/download
Download the zip, extract, and copy the relevant files into your project.
UI Audit
Run a comprehensive accessibility audit on your web project. Checks HTML, CSS, ARIA attributes, color contrast, keyboard navigation, and screen reader compatibility.
Skills
- contrast-check — validates color contrast ratios against WCAG AA and AAA standards
- aria-lint — finds missing, incorrect, or redundant ARIA attributes
- keyboard-nav — checks focus order, tab traps, and skip links
- alt-text-gen — suggests alt text for images based on context
Agent: a11y-reviewer
A thorough accessibility review agent that reads your components, understands your design system, and produces actionable WCAG 2.2 compliance reports.
sv install maya-design/ui-auditImproved contrast checker with APCA support. Bug fixes.
WCAG 2.2 compliance, alt-text-gen skill.
Added a11y-reviewer agent and keyboard-nav skill.
The a11y-reviewer agent gives feedback that reads like it came from a senior UX engineer. Caught a keyboard trap in our modal that we'd been shipping for months.
Ran it on our marketing site and found 47 accessibility issues we never would have caught manually. The ARIA lint and contrast checker are incredibly thorough.