qa

Automate real-browser QA testing to discover bugs and generate regression tests.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill qa-kevin-liu-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/qa
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill qa-kevin-liu-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams spend time manually testing apps in real browsers, reproducing issues, and validating fixes.

Core Features & Use Cases

  • Real-browser testing with agent-browser to simulate user interactions
  • Capture screenshots and logs for each step to build reproducible bug reports
  • Generate regression tests and verify fixes with atomic commits

Quick Start

Run a real-browser QA session on the target app and capture reproducible steps and evidence.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end regression testing in a real browser?

This Skill automates real-browser QA testing using agent-browser to simulate user interactions, discover bugs, and generate regression tests across critical user flows in web applications.

How do I capture screenshots and reproducible steps for bug reports?

To capture screenshots and reproducible steps for bug reports, the real-browser QA automation logs each interaction and captures visual evidence, enabling precise bug reproduction during development and releases.

Can I verify bug fixes and enforce atomic commits during QA testing?

Yes, you can verify bug fixes during real-browser QA testing, which enforces atomic commits and generates regression tests to validate that fixes resolve issues without breaking critical user flows.

What's the best way to run regression testing across critical user flows?

The best way to run regression testing across critical user flows is to use real-browser QA automation that simulates interactions, captures evidence, and generates regression tests for web application releases.

Does this QA testing approach require any external dependencies or browser plugins?

No, this real-browser QA testing approach requires no external dependencies, using agent-browser for real browser automation to execute user interactions and capture reproducible evidence.

Why should I use real-browser automation instead of headless testing for bug reproduction?

Real-browser automation provides accurate bug reproduction by capturing screenshots and logs during actual user interactions, ensuring regression tests reflect real web application behavior during development and releases.