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".
Detect visual changes in UI components using screenshot comparison. Trigger with phrases like "test visual changes", "compare screenshots", or "detect UI regressions".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install visual-regression-tester@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/example_backstop_config.jsassets/example_chromatic_config.ymlassets/example_percy_config.ymlassets/html_report_template.htmlreferences/README.mdscripts/README.mdscripts/analyze_diffs.pyscripts/run_visual_tests.shscripts/update_baselines.shThis skill provides automated assistance for visual regression tester tasks.
Before using this skill, ensure you have:
Set up the testing context:
Run the test suite:
Process test outcomes:
Document findings in {baseDir}/test-reports/:
The skill generates comprehensive test results:
Each test includes:
Common issues and solutions:
Environment Setup Failures
Test Execution Timeouts
Resource Exhaustion
Dependency Issues
This skill provides automated assistance for visual regression tester tasks. This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.