mcpbeat

Visual Regression Lab

thegoat395/visual-regression-lab

Use after frontend changes or before delivery to run rendered visual QA with Playwright/browser screenshots, viewport checks, console/network checks, overflow detection, canvas/media verification, before/after comparisons, and responsive polish review.

366 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
115
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/TheGoat395/Codex-Skills --skill visual-regression-lab

What comes with it

214 bytes besides the instruction
agents/openai.yaml

The instruction itself

3 sections, as written by the author

Visual Regression Lab

Use this skill to prove the site looks right in a browser, not just in code.

Required Checks

  • Start or identify the local server.
  • Open the relevant route in a browser or Playwright.
  • Capture desktop and mobile screenshots.
  • Check console errors, failed requests, layout overflow, missing media, and text clipping.
  • Inspect first viewport composition, hierarchy, spacing, typography, image crops, and CTA visibility.
  • Test key interactions: nav, forms, menus, tabs, accordions, hover states, focus states, and modals.
  • For animation-heavy work, test reduced-motion behavior and watch for jank.
  • For canvas/WebGL/video, verify nonblank rendered pixels and stable framing.
  • Do one second-pass polish edit when the result feels generic or cramped.

Output

Report:

  • routes/viewports checked
  • screenshots or saved paths when available
  • issues found and fixed
  • commands run
  • anything not tested

How to use it

Copy the folder

Take thegoat395/visual-regression-lab from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.