qa

Automate browser-based QA testing across desktop and mobile viewports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samurano/ai-brain --skill qa-samurano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/samurano/ai-brain/tree/main/.agents/skills/qa
Command: npx skills add https://github.com/samurano/ai-brain --skill qa-samurano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates browser-based QA testing to quickly identify defects across websites and web apps, reducing manual testing time and human error.

Core Features & Use Cases

  • Smoke testing: open the home page, verify it loads, no console errors, and capture a baseline screenshot
  • Navigation and links: validate that all navigation links work and are not broken
  • User flows: cover critical scenarios such as login, registration, and core CRUD operations
  • Responsive checks: validate layouts on mobile, tablet, and desktop viewports
  • Console and network: monitor for JavaScript errors, failed requests, and deprecations
  • Triage and fixes: categorize findings, log issues, and verify fixes with regression checks

Quick Start

Run the QA workflow against your target site by following the described phases starting with a smoke test

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate browser-based QA testing for user flows?

Automate browser-based QA testing by running phased workflows that cover critical user flows like login and CRUD operations. This approach validates navigation and functionality, reducing manual testing time and identifying defects quickly.

What is smoke testing and how does it check for console errors?

Smoke testing verifies that a web page loads correctly without JavaScript console errors and captures a baseline screenshot. It serves as an initial automated check to ensure core site functionality is stable before deeper testing.

How do I validate responsive design layouts across mobile and desktop?

Validate responsive design by running automated checks across mobile, tablet, and desktop viewports. This tests layout integrity at different screen sizes to catch UI defects without requiring manual browser resizing.

Can I monitor network requests and JavaScript errors during automated testing?

Yes, automated QA testing monitors console and network activity to detect JavaScript errors, failed network requests, and deprecations. This helps identify underlying issues while executing user flows and navigation checks.

What is the best way to triage and verify bug fixes in web apps?

Triage and verify bug fixes by categorizing testing findings, logging issues, and running regression checks. This structured remediation workflow ensures that fixes are validated and do not introduce new defects.