visual-review

Capture screenshots of web pages, local files, and presentations with Playwright.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Prekzursil/quality-zero-platform --skill visual-review-prekzursil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-review
Source: https://github.com/Prekzursil/quality-zero-platform/tree/main/.claude/plugins/metaswarm/skills/visual-review
Command: npx skills add https://github.com/Prekzursil/quality-zero-platform --skill visual-review-prekzursil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visual-review captures screenshots of web pages, local files, and presentations so agents and developers can inspect rendered UI, identify layout and rendering issues, and iterate without direct visual access to the environment.

Core Features & Use Cases

  • Capture single pages, multiple Reveal.js slides, and responsive breakpoints using Playwright.
  • Support local file URLs, localhost servers, and deployed sites with configurable viewport sizes and wait timeouts.
  • Provide a simple workflow to save screenshots to a directory and optionally serve them over HTTP for remote viewing and collaboration.

Quick Start

Create an output directory, ensure Playwright chromium is installed, then run a Playwright screenshot command pointing at the target URL to save images to /tmp/visual-review.

Frequently Asked Questions about visual-review

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

FAQPage Schema
How do I capture UI screenshots for responsive testing?

Visual review captures screenshots of local files, localhost servers, and deployed sites using Playwright, allowing you to inspect rendered UI, identify layout issues, and iterate without direct visual access to the environment.

Can I capture screenshots of Reveal.js slide decks?

Yes, you can capture screenshots of Reveal.js slide decks. The tool supports capturing multiple slides by running Playwright commands against the presentation URL to save each slide as an image for review.

Do I need Playwright installed to capture web page screenshots?

Yes, Playwright with the chromium browser installed is required. You must ensure the browser is available before running screenshot commands to capture and save output images for visual iteration.

What's the best way to share captured UI screenshots for collaboration?

The best way to share captured screenshots is to save them to a designated output directory and optionally serve them over HTTP, enabling remote viewing and collaboration for visual feedback.

Can I test email templates by capturing their rendered output?

Yes, you can test email templates by capturing their rendered output. The tool supports applying Playwright screenshot commands to email templates, saving the rendered images for visual inspection.

How do I set viewport sizes when capturing local file URLs for visual review?

You can set configurable viewport sizes when capturing local file URLs by specifying the dimensions in your Playwright screenshot command, allowing you to test responsive breakpoints and save the output images.