jeremylongshore

Performing Visual Regression Testing

@jeremylongshore/Performing Visual Regression Testing
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".

Installation

$skills install @jeremylongshore/Performing Visual Regression Testing
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/visual-regression-tester_20251019_160526/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Performing Visual Regression Testing

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Performing Visual Regression Testing description: | This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".

Overview

This skill empowers Claude to automatically detect unintended UI changes by performing visual regression tests. It integrates with popular visual testing tools to streamline the process of capturing screenshots, comparing them against baselines, and identifying visual differences.

How It Works

  1. Capture Screenshots: Captures screenshots of specified components or pages using the configured visual testing tool.
  2. Compare Against Baselines: Compares the captured screenshots against established baseline images.
  3. Analyze Visual Diffs: Identifies and analyzes visual differences between the current screenshots and the baselines.

When to Use This Skill

This skill activates when you need to:

  • Detect unintended UI changes introduced by recent code modifications.
  • Verify the visual consistency of a web application across different browsers or environments.
  • Automate visual regression testing as part of a CI/CD pipeline.

Examples

Example 1: Verifying UI Changes After a Feature Update

User request: "Run a visual test on the homepage to check for any UI regressions after the latest feature update."

The skill will:

  1. Capture a screenshot of the homepage.
  2. Compare the screenshot against the baseline image of the homepage.
  3. Report any visual differences detected, highlighting potential UI regressions.

Example 2: Checking Visual Consistency Across Browsers

User request: "Perform a visual regression test on the product details page to ensure it renders correctly in Chrome and Firefox."

The skill will:

  1. Capture screenshots of the product details page in both Chrome and Firefox.
  2. Compare the screenshots against the respective baseline images for each browser.
  3. Identify and report any visual inconsistencies detected between the browsers.

Best Practices

  • Configuration: Ensure the visual testing tool is properly configured with the correct API keys and project settings.
  • Baselines: Maintain accurate and up-to-date baseline images to avoid false positives.
  • Viewport Sizes: Define appropriate viewport sizes to cover different screen resolutions and devices.

Integration

This skill can be integrated with other Claude Code plugins to automate end-to-end testing workflows. For example, it can be combined with a testing plugin to run visual tests after functional tests have passed.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.