From visual-regression
Captures baseline screenshots for visual regression testing across mobile, tablet, and desktop viewports, saving images and generating a manifest.
How this command is triggered — by the user, by Claude, or both
Slash command
/visual-regression:capture-baselineThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /capture-baseline - Capture Visual Baseline Capture baseline screenshots for visual regression testing. ## Steps 1. Identify the pages or components to capture baselines for 2. Check if a visual testing tool is configured (Percy, Chromatic, reg-suit, or Playwright) 3. Determine viewport sizes for captures: mobile (375px), tablet (768px), desktop (1280px) 4. Start the application or Storybook server if needed 5. Navigate to each target page and wait for all assets to load 6. Remove dynamic content (timestamps, ads, animations) using CSS injection or masking 7. Capture full-page screensh...
Capture baseline screenshots for visual regression testing.
{page}-{viewport}-baseline.png5plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin visual-regression/capture-baselineCaptures baseline screenshots for visual regression testing across mobile, tablet, and desktop viewports, saving images and generating a manifest.
/visual-testRuns visual regression tests by comparing screenshots against baselines, producing a diff analysis report with change classification and recommendations. Supports Percy, Chromatic, BackstopJS, Playwright.
/setup-visual-regressionSets up visual-regression testing: installs @playwright/test and the framework's package, scaffolds tests/visual/, configures per-viewport Playwright projects, and prompts for a baseline capture. Also supports --add-surface and --migrate.
/setup-visual-testingSets up visual regression testing by analyzing UI structure, selecting a tool (Chromatic, Percy, Playwright, BackstopJS, or Applitools), installing dependencies, creating baselines, configuring CI/CD integration, and establishing a review workflow.
/screenshotCaptures screenshots of web app pages across desktop, tablet, and mobile viewports using Playwright, organized by viewport with an index.html report.
/setup-visual-regressionSets up visual regression testing in the project, configuring snapshot comparison and baseline generation.