What problem does it solve?
This Skill helps you verify whether a feature actually feels correct in the browser before shipping, catching broken flows, missing loading states, accessibility issues, visual regressions, and confusing interaction patterns that code review alone often misses.
Core Features & Use Cases
- Browser-driven UX review: Launches the app or uses a trusted preview URL, then walks the feature in a real browser using route and scenario-based testing.
- Evidence-backed findings: Captures screenshots, checks console and network failures, and reports issues in a structured findings format suitable for PR review and follow-up.
- Focused read-only auditing: Stays strictly non-destructive, making it ideal for validating the UX of a PR, smoke-testing a changed route, or reviewing a feature walkthrough without editing code.
- Use Case: After opening a PR for a new checkout flow, use this Skill to click through the purchase path, test empty and error states, inspect Lighthouse regressions, and produce actionable findings with screenshots for the team.
Quick Start
Ask the agent to use review-ux to walk through the changed checkout flow in the current PR and report any UX findings with screenshot evidence.