From ux-researcher
Evaluate a UI against Nielsen's 10 usability heuristics with severity ratings and fix recommendations
npx claudepluginhub silviaare95/xari-plugins --plugin ux-researcherThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Evaluate: $0
Focus: $1 (default: all)
For each heuristic, audit the target code/UI and rate compliance:
## Heuristic Evaluation: <target>
### Summary
| Heuristic | Score (0-4) | Critical Issues |
|-----------|-------------|-----------------|
| 1. Visibility of System Status | 3 | loading states missing on 2 pages |
| 2. Match Real World | 4 | — |
| ... | ... | ... |
**Overall Score**: X/40
### Critical Issues (severity 3-4)
1. **H5 Error Prevention**: <file:line> — <issue + fix>
### Moderate Issues (severity 2)
1. **H3 User Control**: <issue + recommendation>
### Minor Issues (severity 0-1)
1. **H8 Minimalist Design**: <cosmetic suggestion>
Severity scale: 0 = not a problem, 1 = cosmetic, 2 = minor, 3 = major, 4 = catastrophic