Releases: aihxp/uxauditor
uxauditor v1.0.0
uxauditor v1.0.0
First release. uxauditor is an installable, read-only UX audit skill for AI coding agents. Install it once, run it from whichever AI coding tool you use, and it audits a product end to end, writes a single scored uxaudit.md, and prints the verdict right in your chat.
The report is written for a reader with no memory of the audit (often another AI agent): every finding cites an exact location and carries the context needed to act on it cold.
What it audits
Eleven lenses grounded in established standards:
- Usability and Heuristics (Nielsen's 10)
- Accessibility and Inclusive Design (WCAG 2.2 AA, POUR)
- User Journeys and Flows (journey mapping, friction, jobs-to-be-done)
- Process and Workflow Efficiency (Lean waste, Theory of Constraints, multi-actor handoffs)
- Interaction and Visual Design (Gestalt, affordances, component states)
- Information Architecture and Navigation (scent, findability, labels)
- Content and UX Writing (plain language, microcopy, error messages)
- Onboarding, Conversion and Engagement (activation, funnels, empty states)
- Forms and Input (labels, validation, autofill, field economy)
- Performance and Responsiveness (Core Web Vitals, perceived speed)
- Trust, Ethics and Transparency (dark patterns, credibility, consent)
It scores each lens against an explicit rubric, clusters repeated issues into root-cause patterns, ends with a weighted overall score, and prints a chat summary so you see the verdict without opening the file.
Install
Download uxauditor-1.0.0.zip or uxauditor-1.0.0.tar.gz below, unpack it, and run the installer:
unzip uxauditor-1.0.0.zip
cd uxauditor-1.0.0
./install.shThe installer detects the AI coding tools you have (Claude Code, Codex CLI, Gemini CLI, Cursor, opencode, Windsurf, Antigravity, pi) and renders the skill into each. You can also clone the repository and run ./install.sh from there.
Run it
- Claude Code, Antigravity, pi: say "audit my UX" (the skill auto-triggers) or
/uxauditor - Codex, Gemini, Cursor, Windsurf, opencode:
/uxauditor
It is read-only and never modifies your source. The only file it writes is uxaudit.md.
See the README for the full lens list, the weighted scoring model, and the cross-tool support table.