UX/UI review — Nielsen heuristics, accessibility, visual hierarchy, mobile UX, conversion flow, state coverage, dark patterns. Review UI, review UX, review design, review usability, review this page, check accessibility, a11y review, WCAG audit, UX audit, design review, usability review, UI review, heuristic evaluation. Runs automated a11y audit script (alt text, labels, heading hierarchy, touch targets, landmarks, duplicate IDs, viewport) via Chrome DevTools, then manual review of what the script cannot catch (contrast, focus, keyboard traps, ARIA correctness, cognitive load, dark patterns). Convention-aware — reads CLAUDE.md and learnings first so it never flags intentional design decisions. Distinct from rem-qa (visual/interactive browser testing across many pages; rem-review-ux is heuristic evaluation of a specific page), rem-audit (repo-wide code quality; rem-review-ux is UX-only), rem-cro (conversion optimization strategy; rem-review-ux audits without experimentation), rem-seo (discoverability markup; rem-review-ux is user-experience). Pairs with rem-qa for visual regression across pages, rem-cro for conversion experiments on issues found.
$npx -y skills add darbin/claudecraft --skill rem-review-uxInstalls into the current project.
Run `npx skills use "https://github.com/darbin/claudecraft" --skill "darbin/claudecraft/rem-review-ux"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/darbin/claudecraft" that are relevant to the current task. Run `npx skills add "https://github.com/darbin/claudecraft"` and select the relevant skills, then follow their instructions.