← ClaudeAtlas

heuristic-evallisted

Evaluate a UI against Nielsen's 10 usability heuristics with severity ratings and fix recommendations
SilviaAre95/wayworks · ★ 1 · AI & Automation · score 75
Install: claude install-skill SilviaAre95/wayworks
# Heuristic Evaluation Evaluate: **$ARGUMENTS** (heuristics focus defaults to all) ## Nielsen's 10 Heuristics For each heuristic, audit the target code/UI and rate compliance: ### 1. Visibility of System Status - Does the UI show loading states? - Are progress indicators present for long operations? - Does the user know what state they're in (active nav, form step)? ### 2. Match Between System and Real World - Does the language match the user's mental model? - Are icons intuitive or do they need labels? - Is information organized in a natural, logical order? ### 3. User Control and Freedom - Can users undo actions? - Is there a clear "back" or "cancel" option? - Can users exit flows without losing progress? ### 4. Consistency and Standards - Do similar actions look and behave the same way? - Do UI patterns follow platform conventions? - Is terminology consistent across the app? ### 5. Error Prevention - Are destructive actions confirmed? - Do forms validate inline before submission? - Are edge cases handled before the user hits them? ### 6. Recognition Rather Than Recall - Is navigation visible, not hidden behind menus? - Are recent items, saved searches, or suggestions available? - Do form fields have helpful defaults or examples? ### 7. Flexibility and Efficiency of Use - Are there shortcuts for power users? - Can common tasks be completed in minimal steps? - Does the UI support keyboard navigation? ### 8. Aesthetic and Minimalist Design - Is there visual clutter