AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Frontend Ui Validation

skill-jesse-merhi-skills-frontend-ui-validation · by jesse-merhi

Validate rendered frontend UI with Playwright screenshots, bounding boxes, console checks, layout audits, responsive states, interaction states, and Figma or reference comparisons. Use after visible web UI changes; use repo-owned native proof for Expo and React Native screens.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-jesse-merhi-skills-frontend-ui-validation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jesse-merhi-skills-frontend-ui-validation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Frontend Ui Validation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Start the app with the repo's normal dev command.
  1. Open the changed page in a real browser.
  1. Check the page at these widths unless the task gives better targets:
  • 390 x 844
  • 768 x 1024
  • 1440 x 900
  1. 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.

  1. 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.

  1. 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.

  1. For Figma, mockup, reference, theme, density, auth, or operational-app

comparisons, read [references/design-specific-checks.md](references/design-specific-checks.md).

  1. Fix every real error and warning before 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.