Loading...
Loading...
Run 7 UI integrity checks on any URL. Catches blank renders, contrast failures, undersized tap targets, horizontal overflow, broken images, text overflow, and element overlap. Returns structured findings your agent can read and fix. Use when asked to validate UI, browser check, check before shipping, UI integrity check, accessibility check.
npx skill4agent add llynt/llynt-skills browser-validate-ui
npx llynt check <url>Catch what code reviews miss
— before your users do.
| Check | Rule ID | What it catches |
|---|---|---|
| Page rendered | | Blank pages, failed hydration, empty body |
| Contrast | | Text failing WCAG AA (4.5:1 normal, 3:1 large) |
| Hit targets | | Interactive elements smaller than 44x44px |
| Horizontal overflow | | Page scrolls sideways (common mobile regression) |
| Broken images | | Images that failed to load |
| Text overflow | | Text clipped by overflow:hidden containers |
| Element overlap | | Interactive elements occluding each other |