auto-verify

Validates frontend UX through Playwright-based visual verification of core flows.

111|73|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/autopus-ai/autopus-adk --skill auto-verify-autopus-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-verify
Source: https://github.com/autopus-ai/autopus-adk/tree/main/.omp/skills/auto-verify
Command: npx skills add https://github.com/autopus-ai/autopus-adk --skill auto-verify-autopus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright.

What problem does it solve? Frontend changes can silently break user flows and visual states, and manual browser checks are slow and inconsistent. This Skill automates UX verification so regressions are caught with concrete execution evidence. ## Core Features & Use Cases - Playwright-Based Visual Verification: Runs automated checks against the target frontend's core flows and visual states. - UX Regression Reporting: Reports execution evidence and detected UX regressions after each run. - Use Case: After implementing a new checkout page, invoke the skill to verify that key user flows render and behave correctly, then review the reported evidence before shipping. ## Quick Start Run /auto verify against my frontend directory to validate the core user flows and report any visual regressions.

Frequently Asked Questions about auto-verify

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

FAQPage Schema
How do I run Playwright visual verification on my frontend?▼

Invoke the skill with /auto verify followed by your target directory. It checks the passed arguments, runs Playwright against the frontend's core flows and visual states, and reports the results.

What does the auto-verify skill check in a frontend?▼

It verifies the core user flows and visual states of the target frontend using Playwright. After execution it reports evidence of the run along with any detected UX regressions.

Can I use Playwright testing with Claude Code or other AI coding agents?▼

Yes, this skill is part of the Autopus-ADK catalog and is invoked through agent commands like /auto verify or /auto-verify. It loads the auto-verify skill instructions for either entrypoint.

What are the limitations of automated visual verification?▼

Automated visual checks only cover the flows and states explicitly exercised during the run, so untested paths can still regress. Results should be reviewed alongside manual exploratory testing for subjective UX quality.