Visual Review

Verify UI/layout/styling changes are correct by computing occlusion, clipping, and alignment from the browser's resolved paint order via the chrome-devtools MCP `evaluate_script` tool — instead of eyeballing a flat screenshot. Invoke BEFORE declaring any UI, site, or styling/layout change correct. Screenshots have no depth buffer, so z-index/occlusion/clip bugs are exactly where "just look at it" fails; the `evaluate_script` routines below turn those fuzzy visual judgments into deterministic measurements — including optical center-of-mass, which measures the glyph ink's true visual center so differently-sized labels can be aligned by more than eye.

nubjs 8d5ae3e 2 files · 22.2 KB Updated

File contents

nubjs/nub/tree/main/.claude/skills/visual-review commit 8d5ae3ef18

Frequently asked questions

npx skillmds@latest add nubjs/visual-review