Visual regression lab
Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows.
npx -y skills add TheGoat395/Codex-Skills --skill visual-regression-labAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.2 KB, as published. Nobody here has run it
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