verify-ui

Installation
SKILL.md

Verify UI

After making visual changes (CSS, HTML, layout, components), always verify with a real browser screenshot before reporting success. Never tell the user "refresh and check" — check it yourself.

Why

CSS changes often fail silently:

  • Scoped styles don't apply (Astro/Starlight @layer precedence)
  • Class names get mangled (CSS Modules, Astro scoping)
  • Flex/grid layouts break in ways that aren't obvious from code
  • Elements overlap, overflow, or misalign at certain widths

The user should never be your QA. You have browser tools — use them.

Workflow

Installs
2
Repository
jonmumm/skills
GitHub Stars
2
First Seen
May 1, 2026
verify-ui — jonmumm/skills