Agent skill
review:ux
UX-focused review covering accessibility, frontend accessibility, frontend performance, and UX copy. Spawns the senior-review-specialist agent for user experience analysis.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/review-ux
SKILL.md
UX Code Review
Run a UX-focused review using 4 user experience checklists via the senior-review-specialist agent.
Instructions
Spawn the senior-review-specialist agent to perform this review.
Checklists to Apply
Load and apply these review checklists:
commands/review/accessibility.md- Keyboard, assistive technology, ARIAcommands/review/frontend-accessibility.md- SPA-specific accessibility issuescommands/review/frontend-performance.md- Bundle size, rendering, latencycommands/review/ux-copy.md- User-facing text clarity, error recovery
Agent Instructions
The agent should:
- Get working tree changes: Run
git diffto see all changes - Identify frontend files:
- React, Vue, Angular, Svelte components
- CSS, styling files
- Localization/i18n files
- User-facing text in any file
- For each changed file:
- Read the full file content
- Go through each diff hunk
- Apply all 4 UX checklists
- Focus on user impact and accessibility
- Cross-reference related files: Check component hierarchy, shared styles
- Assess user impact: How does this affect real users?
Output Format
Generate a UX review report with:
- Critical Issues (BLOCKER): Accessibility violations (WCAG A/AA)
- High Priority Issues: Usability problems, poor error handling
- Medium Priority Issues: Performance concerns, copy improvements
- Accessibility Assessment: WCAG compliance, screen reader compatibility
- Performance Assessment: Bundle impact, rendering efficiency
- Copy Assessment: Clarity, consistency, actionability
- File Summary: UX issues per file
- Overall Assessment: User experience quality recommendation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?