web-verify

Automate web UI verification with browser-based tests and pass/fail reporting.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/peerasak-u/pi-config --skill web-verify-peerasak-u
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-verify
Source: https://github.com/peerasak-u/pi-config/tree/main/skills/web-verify
Command: npx skills add https://github.com/peerasak-u/pi-config --skill web-verify-peerasak-u

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the verification of completed web UI implementations using browser automation, ensuring consistent checks after frontend work.

Core Features & Use Cases

  • Provides a repeatable workflow to claim verification tasks, launch local dev servers when needed, and execute browser-based tests against the target web app.
  • Integrates with the agent-browser skill to perform automated validation, including visibility checks, content assertions, and interaction flows.
  • Supports verification patterns such as visual checks, element existence, form validation, and acceptance criteria verification across local and deployed environments.

Quick Start

Use this skill to verify a web UI task by claiming the related todo, starting the dev server if required, and running automated browser tests.

Frequently Asked Questions about web-verify

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

FAQPage Schema
How do I automate web UI verification after completing frontend tasks?

Automate web UI verification by claiming a todo task, optionally launching a local dev server, and running browser-based tests to validate visibility, content assertions, and interaction flows against the target web application.

Can I run browser automation tests against both local and deployed web applications?

Yes, browser automation tests can run against both local and deployed web applications, applying automated validation patterns such as visual checks, element existence, and form validation across different environments.

What's the best way to verify acceptance criteria for web UI fixes?

Verify acceptance criteria for web UI fixes by claiming the related todo task, starting the dev server if required, and executing automated browser tests that validate visual checks, element existence, and interaction flows.

Do I need agent-browser integration to perform automated web UI testing?

Yes, agent-browser integration is required to perform automated web UI testing, enabling the execution of visibility checks, content assertions, and interaction flows during the verification workflow.

Does web UI regression testing work with dev-server management tools?

Yes, web UI regression testing supports optional dev-server management via cmux, allowing you to launch local development servers when needed before executing browser-based validation tests.

What types of automated validation can I perform on a web application interface?

Automated validation includes visual checks, element existence verification, form validation, and acceptance criteria verification, all executed through browser automation to ensure consistent checks after frontend work.