qa

Automate web application defect detection through simulated real-user interactions.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/FxHollow/100000mrr-landing --skill qa-fxhollow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/FxHollow/100000mrr-landing/tree/main/.agents/skills/gstack/qa
Command: npx skills add https://github.com/FxHollow/100000mrr-landing --skill qa-fxhollow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QA testing automates finding defects in web applications by simulating real-user interactions.

Core Features & Use Cases

  • End-to-end QA workflows: manual and automated checks that mirror real user actions (navigation, form interactions, edge cases).
  • Atomic bug-fix workflow: make small commits per fix and re-verify.
  • Comprehensive reporting: before/after health scores, evidence, and ship-readiness summaries.
  • Report-only or full QA: supports qa-only mode or full test suite with diff-aware checks.

Quick Start

Run a full QA pass on the current build, fix any bugs with atomic commits, and re-verify to confirm ship-readiness.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate finding defects in web applications before release?

QA testing automates finding defects in web applications by simulating real-user interactions like navigation and form inputs. It guides you through detection, fixing, and verification to ensure ship-readiness.

What is the best way to structure bug fixes during web app testing?

The best way to structure bug fixes is using an atomic bug-fix workflow. This approach requires making small commits per fix and re-verifying the web application immediately after to ensure the defect is resolved.

How does automated QA testing verify ship-readiness for a web app?

Automated QA testing verifies ship-readiness by recording before and after health scores with evidence. It generates a structured QA report summarizing the verification results to inform final release decisions.

Can I run a report-only check without executing the full QA test suite?

Yes, you can run a report-only check using qa-only mode. This allows you to generate a comprehensive QA report without executing the full test suite or triggering the automated bug-fix workflow.

What testing scopes are available for web application verification?

Available testing scopes for web application verification include Quick, Standard, and Exhaustive. These scopes guide the tester from initial defect detection through to fix, verification, and final ship-readiness reporting.

Do I need to install dependencies to run automated QA testing?

No dependencies are required to run automated QA testing. The Skill operates independently to simulate real-user interactions, execute atomic bug fixes, and generate structured health score reports for your web application.