# Aria

> Audit and fix ARIA attributes. Ensures proper aria-label, aria-hidden, aria-live, and role usage throughout the interface.

- Skill: `dragoon0x/aria` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/aria`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/aria/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/aria

---


# /aria — ARIA Audit

Check every interactive and dynamic element:
- Icon buttons need aria-label
- Decorative images need aria-hidden='true'
- Dynamic content areas need aria-live
- Custom widgets need proper role attributes
- Don't over-use ARIA — prefer semantic HTML
- Validate against WAI-ARIA spec

