Install
$ agentstack add skill-jesse-merhi-skills-frontend-ui-validation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Frontend UI Validation
This is a visual gate, not a vibe check. A screenshot by itself is not validation.
Use this to prove that rendered UI has no obvious layout failures: horizontal overflow, clipped text, sibling overlap, tiny tap targets, console errors, broken responsive states, weak hierarchy, generic visual scaffolding, or mismatch with the intended design direction.
This skill is for ad-hoc validation during a task. Persistent Playwright specs belong in project testing skills.
Workflow
- Start the app with the repo's normal dev command.
- Open the changed page in a real browser.
- Check the page at these widths unless the task gives better targets:
- 390 x 844
- 768 x 1024
- 1440 x 900
- At each width, run the bundled layout audit script through Playwright:
``bash node /scripts/audit-layout.mjs ``
Read [references/browser-layout-audit.md](references/browser-layout-audit.md) for what the script catches and how to treat warnings.
- Use direct browser/MCP checks when available.
Read [references/mcp-browser-checks.md](references/mcp-browser-checks.md) for screenshot, bounding-box, console, and computed-style checks.
- For native React Native / Expo screens, switch to native proof.
Read [references/native-expo.md](references/native-expo.md). Browser checks still apply to web-rendered surfaces, but native screens need simulator proof from the mobile app itself.
- For Figma, mockup, reference, theme, density, auth, or operational-app
comparisons, read [references/design-specific-checks.md](references/design-specific-checks.md).
- Fix every real
errorandwarningbefore claiming done. If a finding is
intentional, explain why. Re-run the same viewport and state after each fix.
Done Means
Final response must include evidence like:
390x844: 0 errors, 0 warnings
768x1024: 0 errors, 1 warning intentionally left:
1440x900: 0 errors, 0 warnings
Console: 0 errors
Screenshots:
If the audit script could not run, say that and report which MCP checks or manual checks replaced it.
For native Expo screens, replace browser-width audit lines with the native evidence from references/native-expo.md. Do not claim browser layout audit coverage for a screen that only rendered in the simulator.
Avoid
- checking only desktop width;
- saying "looks fine" without audit counts and screenshot paths;
- ignoring script warnings without inspecting the element, text, and box values;
- fixing by mutating the live DOM through browser automation instead of editing
source files;
- checking only the happy state when empty/error/loading states are reachable.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jesse-merhi
- Source: jesse-merhi/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.