ux-heuristics-reviewer
UX Heuristics Reviewer
Quick Start
Say: "Review my UI" or "Check my UX" and describe your current screens or share screenshots.
You'll describe the key screens. Total time: 15 minutes.
Output: ux-review.md — a severity-sorted list of UX issues with the specific fix for each one.
What You'll Get
A ux-review.md containing: a score for each of the 10 heuristics (1-5), every issue found sorted by severity, a specific fix for each issue, and a prioritized fix order with effort estimates.
Example output excerpt: Issue #1 (Critical) — Visibility of System Status | Score: 1/5 Users submit the booking form and see a blank screen for 2 seconds with no feedback. Why it matters: Users assume the form didn't submit and click again — causing duplicate bookings. Fix: Add a loading state immediately on submit: spinner + "Booking your session..." text. Takes 30 minutes to implement. Fixes immediately.