AgentStack
SKILL verified MIT Self-run

Design Visual Qa

skill-zacharticulatev-designer-pro-and-seo-design-visual-qa · by ZachArticulateV

Capture full-page screenshot baselines at multiple viewports and browsers, then diff later runs against them to catch unintended rendering changes. Renders with the bundled (free) Playwright extension and compares with Claude's vision, adding an exact pixel-diff CLI for precise deltas when one is installed. Without a browser, delivers a manual visual-QA checklist and the one step to enable render…

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

Install

$ agentstack add skill-zacharticulatev-designer-pro-and-seo-design-visual-qa

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zacharticulatev-designer-pro-and-seo-design-visual-qa)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
15d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Design Visual Qa? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

design-visual-qa

Family: design Status: Stable

Purpose

Visual regression for the rendered surface — the visual analog of seo-drift. Captures snapshots at multiple viewports and compares them against prior baselines to catch unintended rendering changes. It is tool-aware: rendering uses the bundled, free Playwright extension; comparison uses Claude's vision by default (and an exact pixel-diff CLI for precise deltas when one is installed). Without a browser it can't capture pixels — so it delivers a structured manual visual-QA checklist and the single step to enable the free renderer, rather than failing.

Use cases: pre/post refactor, pre/post deploy (staging vs prod), component/token updates, and cross-browser drift.

Triggers

  • "visual qa" / "visual regression"
  • "screenshot diff" / "pixel diff"
  • "did anything change visually"
  • "compare against baseline"
  • "before and after screenshots"

Inputs

  • Target URL(s) or local build paths
  • Viewports (default: 375, 768, 1280, 1920)
  • Browser(s) (default: chromium; optional firefox, webkit)
  • Baseline mode: capture | diff | both
  • Threshold for "changed" (pixel-diff % when an exact differ is present; otherwise a

qualitative materiality call)

Steps

  1. Detect the renderer. Confirm the Playwright MCP is connected, then run

the capability probe to see if an exact differ (odiff/pixelmatch via npx) is available: `` python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py" # use py on Windows if python3 is absent; in PowerShell the variable is $env:CLAUDE_PLUGIN_ROOT ``

  1. Capture. For each (URL, viewport, browser): load, wait for network idle +

fonts + animations settled, then full-page screenshot.

  1. Baseline vs diff.
  • capture: save baselines to visual-qa/baselines/ in the user's workspace.
  • diff: compare each shot to its baseline. Exact differ present → pixel-delta %
  • highlighted diff image. Otherwise → Claude-vision comparison reporting the

specific regions/elements that changed and whether each looks intentional.

  1. Aggregate which pages/viewports drifted and by how much (or how materially).

Grade each change against the four axes (hierarchy, rhythm, contrast, restraint) and the severity ladder in references/design-visual-qa/visual-qa-rubric.md — a large delta can be a deliberate improvement, while a tiny delta that drops text below AA or hides a focus ring is a critical regression.

  1. Report which tier ran (per the plugin's capability-tier cascade,

references/CAPABILITY-TIERS.md: Tier 1/2 = Playwright render + exact-differ-or- Claude-vision compare; Tier 4 = no browser, guided checklist) and, if no browser was available, the one step to enable it (connect the bundled Playwright extension).

Outputs

| Output | What it contains | Format | Quality bar (how it is scored) | |---|---|---|---| | Baselines | visual-qa/baselines/--.png | PNG per (page, viewport, browser) | Captured only after network idle + fonts + animations settle, so a baseline is stable, not mid-render | | Diff images | visual-qa/diffs//... | PNG (when an exact differ ran) | Highlights the changed regions; pixel-delta % reported when a differ is present | | QA report | visual-qa/report-.md — drifted pages/viewports + per-change verdict + tier | md, grouped Critical/High/Advisory | Every change classified improvement / neutral / regression against the four axes; states which tier ran; no fabricated pixel number when only Claude-vision ran |

Filed to: the user's project workspace. A change is judged by the rubric in references/design-visual-qa/visual-qa-rubric.md, not by pixel delta alone.

Error Handling

| Condition | Detection | Behavior (degrade, never fail) | User-facing message | |---|---|---|---| | No browser / Playwright absent | MCP not connected (capability probe) | deliver the Tier-4 manual visual-QA checklist + the one step to enable the free renderer | "No renderer — here's a manual visual-QA checklist. Connect the bundled Playwright extension to capture pixels." | | No exact pixel differ | odiff/pixelmatch not found by the probe | compare with Claude's vision; report changed regions qualitatively | "No exact differ — used vision comparison; add odiff/pixelmatch for pixel-delta %." | | No baseline yet | capture/diff target has no stored baseline | capture it as the new baseline instead of erroring | "No baseline for — captured one; re-run after your change to diff." | | Page never settles | network idle / fonts / animation wait times out | capture at the timeout and flag the shot as possibly unsettled | " didn't settle — captured at timeout; treat its diff as advisory." | | Bad / unreachable target | URL fails validation or won't load | report the target error; capture nothing for it | " is unreachable / invalid — skipped it; other targets captured." |

Dependencies

  • Playwright extension (extensions/playwright/) — free, bundled; required to

capture. Without it, the skill runs its Tier-4 guided path.

  • Optional: an exact pixel-diff CLI (odiff/pixelmatch via npx) for precise

deltas; Claude-vision comparison is the default and needs nothing extra.

  • scripts/workflow/capability_probe.py

Notes

Pairs with seo-drift for a complete "did anything change" picture — drift catches SEO regressions, visual-qa catches rendering regressions. Comparison defaults to Claude's vision so no pixel-diff dependency is required for a useful result.

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.