visual-review
Installation
SKILL.md
Visual Review
Purpose
Agents cannot see rendered web pages, presentations, or UI. This skill bridges that gap by using Playwright to capture screenshots of web pages (local files, localhost servers, or deployed URLs) so agents can visually inspect their work, identify layout issues, and iterate.
This is especially useful for:
- Reveal.js presentations — capture each slide individually
- Web UIs — verify layout, styling, and responsiveness
- Landing pages — check visual design matches intent
- Email templates — verify rendering
Prerequisites
This skill requires Playwright to be available. Before first use, check and install if needed:
# Check if Playwright is available
npx playwright --version 2>/dev/null