Check Visual Test Status

Summarizes Vizzly visual regression test status from get_tdd_status data.

34|2|Updated Jul 23, 2025
One-click install
npx skills add https://github.com/vizzly-testing/cli --skill check-visual-test-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Check Visual Test Status
Source: https://github.com/vizzly-testing/cli/tree/main/claude-plugin/skills/check-visual-tests
Command: npx skills add https://github.com/vizzly-testing/cli --skill check-visual-test-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill quickly summarizes Vizzly visual regression test status, highlighting passes, failures, and new screenshots.

Core Features & Use Cases

  • Status detection: Detects if tests are passing, failing, or new baselines.
  • TDD integration: Works with local TDD or cloud modes to fetch status.
  • Dashboard link: Provides quick access to dashboard for deeper review.
  • Use Case: When asked "How are my tests?" it returns a concise summary and recommended next steps.

Quick Start

Use this Skill to fetch current test status and decide if you need to debug any failed screenshots.

Frequently Asked Questions about Check Visual Test Status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the status of my visual regression tests?

Visual regression test status shows passes, failures, and new screenshots from your Vizzly tests. This Skill fetches current results from both local TDD and cloud modes, displaying totals and identifying which tests need attention or baseline updates.

What does it mean when visual tests show new baselines?

New baselines indicate screenshots Vizzly hasn't yet stored as reference images. The Skill detects these during status checks and flags them as requiring baseline approval before they can be used in future comparisons.

Can I use visual test status checking with local TDD and cloud modes?

Yes, this Skill works with both local TDD and cloud modes. It connects to the MCP server to pull test status regardless of your environment, giving you a unified view of passes, failures, and diffs across either setup.

How do I get a quick summary of failing visual tests?

The Skill analyzes test totals and outputs a concise summary highlighting which tests failed and what changed. It also provides a dashboard URL so you can dive deeper into failed screenshots and diffs without manual navigation.

What should I do after checking my visual test results?

After reviewing status, decide whether to debug failed screenshots, approve new baselines, or investigate diffs. The dashboard link included in the summary gives you detailed visuals to determine next steps like accepting changes or fixing regressions.

Do I need to set up anything before checking visual test status?

You need Vizzly visual regression tests already running in either local TDD or cloud mode. The Skill pulls data directly from the MCP server, so no additional configuration is required beyond having tests in progress.