AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Visual Test

skill-doncheli-don-cheli-sdd-doncheli-visual-test · by doncheli

Run visual regression tests by comparing UI screenshots against baselines. Activate when user mentions "visual test", "screenshot", "UI regression", "visual diff", "pixel diff", "visual snapshot".

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-visual-test

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Doncheli Visual Test? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: Visual Test

Instructions

  1. Detect the visual testing tool in use: Playwright, Cypress, Percy, Chromatic, Storybook, or custom
  2. Run the visual test suite and capture screenshots of the current state
  3. Compare against the stored baseline snapshots
  4. Report each visual difference:
  • Component / page name
  • Diff percentage (pixels changed vs. total)
  • Category: layout shift, color change, missing element, new element
  1. Classify severity:
  • > 5% diff → blocker (likely regression)
  • 1-5% diff → warning (review required)
  • .md`

Output Format

## Visual Test Report — 2026-03-28T15:00Z

### Summary
- Compared: 24 snapshots
- Passed:   21
- Diffs:     3 (1 blocker, 2 warnings)

### Blocker 🔴
- CheckoutPage/desktop — 12.3% diff
  Category: layout shift — payment form moved 40px down
  Baseline: .visual/baselines/checkout-desktop.png
  Current:  .visual/current/checkout-desktop.png

### Warnings 🟡
- Button/primary — 2.1% diff — color shift (likely theme variable change)
- NavBar/mobile — 1.8% diff — font rendering difference (check font loading)

### New Snapshots (approval required)
- VoiceModal/desktop — no baseline found — run with --approve to set baseline

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.