qa

Test web applications and generate structured QA reports with health scores.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/psyche911/investor-council-app --skill qa-psyche911
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/psyche911/investor-council-app/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/psyche911/investor-council-app --skill qa-psyche911

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing identifies defects and quality gaps in a web application.

Core Features & Use Cases

  • Three modes: full (systematic exploration), quick (short smoke checks), and regression (baseline comparison) to cover end-to-end workflows.
  • Produces a structured report with a health score, evidence (screenshots), and reproducible steps.
  • Setup and run against a target URL to automate quality assurance across interfaces and user flows.

Quick Start

Provide a target URL and run the QA analysis to generate a structured report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate quality assurance testing for a web app?

Automate quality assurance for a web app by providing a target URL, selecting a testing mode, and generating a structured report that includes health scores, evidence, and reproducible steps.

What is the best way to run a quick smoke check on a web application?

Run a quick smoke check on a web application by selecting the quick mode during quality assurance testing to perform short, targeted checks against your target URL and rapidly surface critical defects.

How do I perform regression testing against a baseline for a web application?

Perform regression testing against a baseline for a web application by selecting the regression mode, which compares current web app behavior against established baselines to identify newly introduced quality gaps.

Can I generate structured bug reports with reproducible steps for web app testing?

Generate structured bug reports with reproducible steps for web app testing by running a quality assurance analysis, which outputs health scores, evidence like screenshots, and detailed reproduction instructions.

Does QA testing require any specific dependencies or environment setup?

Quality assurance testing for web apps requires no specific dependencies or environment setup, needing only a target URL and mode selection to begin identifying defects and generating structured quality reports.

What is the difference between full and quick quality assurance modes for web apps?

Full quality assurance mode performs systematic end-to-end exploration of web app workflows, whereas quick mode executes short smoke checks to rapidly verify basic functionality and surface immediate defects.