Ui audit
Skill onfire7777/universal-ai-skills-library/skills/ui-audit
Router-first AI skill system for Codex, Claude, Cursor, Hermes, Paperclip, OpenCode, and local AI stacks: search, preflight-route, and load 1,812 skills on demand without duplicating the corpus.
npx -y skills add onfire7777/universal-ai-skills-library --skill ui-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Audits web UI quality across accessibility, interaction, forms, typography, navigation, layout, performance, motion, and microcopy. Use when reviewing or refining frontend UI before merge or release, asking "check my UI", "is this accessible", "polish this page", or when the user asks for a UI, UX, or accessibility audit.
The file declares its own license as Unspecified. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.3 KB, 733 tokens by cl100k_base, as published. Nobody here has run it
UI Audit
Final-pass audit workflow for web interfaces. Focuses on concrete issues with concrete fixes.
Trigger Cues
Use this skill when:
- The user asks for a UI quality audit, design QA, polish pass, or pre-release review
- The task requires accessibility, keyboard, form usability, typography, or interaction checks
- The request includes loading/error/empty states, responsiveness, or visual stability checks
- The request mentions visual hierarchy, dense product chrome, headers, tabs, sidebars, icons, or separator cleanup
Audit Workflow
Copy and track this checklist during the audit:
Audit progress:
- [ ] Step 1: Scope changed surfaces and select relevant categories
- [ ] Step 2: Run CRITICAL checks first (a11y, interaction, forms)
- [ ] Step 3: Run HIGH/MEDIUM checks for the same surfaces
- [ ] Step 4: Report findings with file:line and concrete fixes
- [ ] Step 5: Re-check touched files and mark passes
- Audit only changed pages/components unless a full sweep is requested.
- Prioritize
CRITICALandHIGHfindings before medium-priority polish. - For motion behavior, also apply
ui-animationfor timing, easing, gesture, and review details. - After fixes, rerun the relevant rules before finalizing.
- When hierarchy or chrome cleanup is in scope, use the navigation, layout, and extra-polish sections in
craft-checklist.mdbefore reporting.
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Accessibility and Semantics | CRITICAL | a11y- |
| 2 | Keyboard and Interaction | CRITICAL | interaction- |
| 3 | Forms and Validation | CRITICAL | forms- |
| 4 | Typography and Readability | HIGH | type- |
| 5 | Navigation and Feedback | HIGH | nav- |
| 6 | Layout and Resilience | HIGH | layout- |
| 7 | Performance and Visual Stability | HIGH | perf- |
| 8 | Motion and Theme Behavior | HIGH | motion- |
| 9 | Content and Microcopy | MEDIUM | copy- |
Quick Reference
Read only what is needed for the current audit scope:
- Category map and impact rationale:
rules/_sections.md - Rule-level guidance and examples:
rules/<prefix>-*.md - Full craft sweep:
craft-checklist.md - Typography deep sweep:
typography-checklist.md
Example rule files:
rules/a11y-semantic-html-first.md
rules/forms-inline-errors-first-focus.md
rules/perf-image-dimensions-and-priority.md
Each rule file contains:
- Why the rule matters
- Incorrect example
- Correct example
Review Output Contract
Report findings in this format:
## UI Audit Findings
### path/to/file.tsx
- [CRITICAL] `a11y-icon-controls-labeled`: Icon button is missing an accessible name.
- Fix: Add `aria-label="Close dialog"` (or visible text label).
### path/to/clean-file.tsx
- ✓ pass
- Group findings by file.
- Use
file:linewhen line numbers are available. - State issue and propose a concrete fix.
- Include clean files as
✓ pass.
What ships with it: 30 files
37.5 KB alongside SKILL.md
rules/
- a11y-contrast-and-redundant-cues.md587 B
- a11y-icon-controls-labeled.md500 B
- a11y-semantic-html-first.md483 B
- a11y-skip-link-heading-order.md616 B
- copy-actionable-error-messages.md410 B
- copy-specific-action-labels.md356 B
- forms-dont-block-paste-ime.md557 B
- forms-inline-errors-first-focus.md664 B
- forms-labels-and-autocomplete.md578 B
- forms-mobile-input-font-size.md473 B
- interaction-focus-visible.md472 B
- interaction-keyboard-operable.md469 B
- interaction-target-size.md483 B
- layout-empty-loading-error-states.md633 B
- layout-flex-grid-first.md566 B
- layout-long-content-safety.md557 B
- motion-transform-opacity-only.md507 B
- nav-live-region-feedback.md528 B
- nav-loading-state-timing.md529 B
- nav-semantic-links.md495 B
- perf-font-loading-and-preconnect.md667 B
- perf-image-dimensions-and-priority.md562 B
- perf-virtualize-large-lists.md544 B
- _sections.md1.7 KB
- _template.md389 B
- type-link-distinction-no-shift.md586 B
- type-measure-leading.md487 B
- type-readable-scale.md527 B
- craft-checklist.md7.3 KB
- typography-checklist.md14.5 KB