testing-visual-regression

|

Content Preview
---
name: testing-visual-regression
description: |
  Detect visual changes in UI components using screenshot comparison.
  Use when detecting unintended UI changes or pixel differences.
  Trigger with phrases like "test visual changes", "compare screenshots", or "detect UI regressions".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:visual-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Visual Regre
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/testing-visual-regression.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/visual-regression-tester/skills/testing-visual-regression/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/visual-regression-tester/skills/testing-visual-regression/SKILL.md

Related Skills