Percy visual testing platform integration for visual regression detection
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill percy-visual --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Percy Visual?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-percy-visual-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: Percy Visual Testing
description: Percy visual testing platform integration for visual regression detection
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:qa-testing-automation]
skillAreas: [skill-area:visual-regression-testing]
roles: [role:qa-engineer, role:frontend-engineer]
workflows: [workflow:feature-development]
topics: [topic:test-driven-development]
---
# Percy Visual Testing Skill
## Overview
This skill provides expert-level capabilities for Percy-based visual testing, enabling snapshot capture, visual diff analysis, and seamless CI/CD integration.
## Capabilities
### Snapshot Capture
- Capture visual snapshots across viewports
- Configure responsive testing breakpoints
- Handle dynamic content masking
- Full-page and element snapshots
### Visual Diff Analysis
- Analyze visual diffs between builds
- Identify intentional vs unintentional changes
- Configure diff sensitivity
### Baseline Management
- Manage Percy baseline approvals
- Handle baseline branching
- Configure auto-approval rules
### CI/CD Integration
- Configure Percy with CI/CD pipelines
- GitHub/GitLab integration
- Pull request visual reviews
### Framework Integration
- Integrate with Playwright
- Integrate with Cypress
- Integrate with Selenium
- Storybook integration
## Target Processes
- `visual-regression.js` - Visual regression testing
- `e2e-test-suite.js` - E2E with visual validation
- `cross-browser-testing.js` - Cross-browser visual testing
## Dependencies
- `@percy/cli` - Percy CLI
- `@percy/playwright` / `@percy/cypress` - Framework SDKs
- Percy account and token
## Usage Example
```javascript
{
kind: 'skill',
skill: {
name: 'percy-visual',
context: {
action: 'capture-snapshots',
testSuite: 'e2e',
widths: [375, 768, 1280],
branch: 'feature/new-design'
}
}
}
```
## Configuration
The skill requires a Percy token and can be configured to work with various testing frameworks.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!