Executes visual regression tests using Percy, Chromatic, or BackstopJS. Captures screenshots, compares against baselines, and identifies UI changes. Activates on phrases like 'visual test' or 'UI regression'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/visual-regression-tester:visual-regression-testerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
This skill activates when you need to:
User request: "Run a visual test on the homepage to check for any UI regressions after the latest feature update."
The skill will:
User request: "Perform a visual regression test on the product details page to ensure it renders correctly in Chrome and Firefox."
The skill will:
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.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin visual-regression-tester