What problem does it solve?
This Skill catches visual issues that code review misses, like awkward spacing, unreadable text, broken font loading, weak contrast, and screens that look fine in source but bad in pixels.
Core Features & Use Cases
- Render and inspect real UI output: Open a route, static page, or isolated component in a browser and judge the actual screenshot.
- Verify visual quality across states: Check happy paths plus empty, loading, and error states so missing UI states do not slip through.
- Iterate until it looks right: Fix visual problems, re-render, and confirm the final result with the screenshot itself.
- Use case: A dashboard page passes code checks but still looks cramped and unbalanced on desktop; this Skill helps identify and correct that before shipping.
Quick Start
Render the target screen in a browser, inspect the screenshot visually, and repeat after any fixes until the page looks balanced, readable, and polished.