A structured frontend QA pass that runs through accessibility, keyboard navigation, forms, performance, and microcopy before you ship. It works from a prioritized checklist starting with critical a11y issues, then keyboard traps and form validation, before moving to typography and visual polish. The workflow is scoped by default to changed surfaces only, loads rule files on demand by category prefix, and outputs findings grouped by file with concrete fixes and line numbers. Useful when you're asking "is this accessible" or need a pre-merge audit without reinventing your own mental checklist every time. It won't audit what you didn't touch unless you explicitly ask for a full sweep, and it enforces priority order so you fix semantic HTML before tweaking letter spacing.
npx skills add https://github.com/mblode/agent-skills --skill ui-audit