Visual Regression Lab
SkillWeb & browsingUse 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Visual Regression Lab skill
What this skill tells your AI
The instructions your AI receives, as published by thegoat395/codex-skills in skills/visual-regression-lab/SKILL.md and read by ahel’s review.
Use this skill to capture comparable browser evidence and inspect visual regressions. Scope routes, viewports and states to the requested comparison; a capture alone does not prove quality.
Required Checks
- Start or identify the local server.
- Open the relevant route in a browser or Playwright.
- Capture the relevant supported viewports and states, using the same conditions for baseline and candidate.
- 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.
- Report observed differences with evidence. Repair only when authorized, then recapture affected states; no fixed polish-pass or edit quota applies.
Read baseline contract. When a project has Playwright installed, run node "<skill-root>/scripts/capture-settled-baseline.mjs" <url> <output-dir> to capture settled desktop/mobile/reduced-motion states and a machine-readable inspection manifest.
When native full-page capture is blank, sparse, incomplete, or inconsistent with real scrolling, read stitched full-page capture and run node "<skill-root>/scripts/capture-stitched-full-page.mjs" --url <url> --output <image>. Treat the stitched image as evidence only after visual inspection.
Output
Report:
- routes/viewports checked
- screenshots or saved paths when available
- issues found and fixed
- commands run
- anything not tested
Resolve <skill-root> to this skill folder's actual absolute location; preserve project-local module resolution for Node capture tools.
Signals
- GitHub stars
- 124
- Forks
- 48
- Last commit
- Sep 2026
ahel review
K6low
bundled executables the agent is told to run
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
visual-regression-lab- Source
- github.com/thegoat395/codex-skills