What problem does it solve?
It helps you avoid risky frontend changes by systematically reviewing existing UI visuals before writing code, reducing layout regressions and accessibility issues.
Core Features & Use Cases
- Screenshot-driven review: Evaluate layout, spacing, typography, color, component hierarchy, and interaction states directly from visual inputs like browser captures or videos.
- Mismatch-to-fix mapping: Identify what appears inconsistent with the current/expected implementation and translate observations into a minimal fix plan.
- Verification focus: Ensure proposed changes are checked for responsive behavior and accessibility impact, especially after UI edits.
Use case: you have a PR or design update where you only have screenshots and a running app; this skill helps you pinpoint discrepancies and draft an implementation plan before modifying frontend code.
Quick Start
Use omk-multimodal-ui-review to analyze the provided UI screenshots and produce visual observations, likely code locations, a mismatch summary, a fix plan, and a verification checklist.