avad

Automate QA testing with a headless browser for page navigation and state verification.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/agwacom/avad-marketplace --skill avad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avad
Source: https://github.com/agwacom/avad-marketplace/tree/main/plugins/avad/skills/avad
Command: npx skills add https://github.com/agwacom/avad-marketplace --skill avad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA testing by driving a fast headless browser to navigate pages, interact with elements, verify state, and capture bug evidence.

Core Features & Use Cases

  • Deterministic pages sessions for repeatable QA checks across deployments
  • Interaction & assertions to simulate user flows and validate outcomes
  • Bug evidence capture via annotated screenshots, diffs, and layout tests
  • Responsive testing to validate layouts across devices and viewports

Quick Start

Open a site and run a quick QA check with the headless browser.

Frequently Asked Questions about avad

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

FAQPage Schema
How do I automate QA testing for a web app using a headless browser?

You can automate QA testing by driving a headless browser to navigate pages, interact with elements, and verify state. This approach uses script-based tooling to simulate user flows and validate outcomes across web app deployments deterministically.

What is the best way to capture bug evidence during automated site testing?

Capturing bug evidence during site testing is done through annotated screenshots, diffs, and layout tests. The headless browser records visual proof and state failures during regression checks to document issues found across responsive viewports.

Can I run responsive testing across different devices and viewports?

Yes, you can run responsive testing across devices and viewports. The headless browser validates layouts by simulating different screen sizes during cross-device validation, ensuring your web app renders correctly across various configurations.

How do I perform regression checks for deterministic page sessions?

Regression checks for deterministic page sessions are performed by running repeatable QA scripts against the web app. The headless browser executes defined interaction flows to verify state and ensure outcomes remain consistent across deployments.

Do I need any external dependencies to run script-based automated testing?

No external dependencies are required to run script-based automated testing. The skill operates independently to drive the headless browser, navigate pages, and verify state, while accepting optional references and assets for site QA.

What does a headless browser interact with when reproducing bugs?

When reproducing bugs, a headless browser interacts with page elements to simulate user interactions and verify state. It drives script-based tooling to navigate web app flows and capture annotated evidence of the failure.