review-ux-uilisted
Install: claude install-skill pjt222/agent-almanac
# Review UX/UI
Evaluate user experience and interface design for usability, accessibility, and effectiveness.
## When to Use
- Conducting a usability review of an application before release
- Assessing accessibility compliance (WCAG 2.1 AA or AAA)
- Evaluating user flows for efficiency and error prevention
- Reviewing form design for usability and conversion optimization
- Performing a heuristic evaluation of an existing interface
- Assessing cognitive load and information architecture
## Inputs
- **Required**: Application to review (URL, prototype, or source code)
- **Required**: Target user description (roles, technical proficiency, context of use)
- **Optional**: User research findings (interviews, surveys, analytics)
- **Optional**: WCAG conformance target (A, AA, or AAA)
- **Optional**: Specific user flows or tasks to evaluate
- **Optional**: Assistive technology to test with (screen reader, switch access)
## Procedure
### Step 1: Heuristic Evaluation (Nielsen's 10 Heuristics)
Evaluate the interface against each heuristic:
| # | Heuristic | Key Question | Rating |
|---|-----------|-------------|--------|
| 1 | **Visibility of system status** | Does the system always inform users about what is happening? | |
| 2 | **Match between system and real world** | Does the system use familiar language and concepts? | |
| 3 | **User control and freedom** | Can users easily undo, redo, or exit unwanted states? | |
| 4 | **Consistency and sta