qa

Test web application pages, forms, interactions, and APIs for defects.

Updated Aug 2, 2025
One-click install
npx skills add https://github.com/JovieInc/Jovie --skill qa-jovieinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/JovieInc/Jovie/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/JovieInc/Jovie --skill qa-jovieinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Systematically QA test a web application to identify defects, regressions, and quality issues across features, flows, and user interactions.

Core Features & Use Cases

  • Structured test execution across pages, forms, API endpoints, and UI components to reveal defects.
  • Automated verification with before/after health scoring, regression checks, and ship-readiness summaries.
  • Re-verification workflow: test, fix, commit atomic changes, and re-run validations to ensure stability.

Quick Start

Run the QA workflow on the target URL and scope to start validating new changes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run end-to-end QA testing on a web application?

Run end-to-end QA testing on web apps by targeting a live site or feature branch URL and scoping validations across pages, forms, interactions, and APIs to identify defects and regressions systematically.

What is the best way to catch regressions across web app feature branches?

Catching regressions across feature branches requires structured test execution with before and after health scoring, combined with ship-readiness summaries to validate that recent changes have not introduced new defects.

Can I validate API endpoints and UI interactions during web testing?

Yes, you can validate API endpoints and UI interactions during web testing, as the QA workflow explicitly covers pages, forms, API endpoints, and UI components to reveal defects across user flows.

Does regression testing work on live sites or only on local feature branches?

Regression testing works on both live sites and local feature branches, allowing you to scope test execution to either environment to verify stability and identify issues across interactions and APIs.

How do I verify a bug fix without breaking other web application features?

Verify bug fixes using a re-verification workflow: test, commit atomic changes, and re-run validations to ensure stability. This process requires before and after evidence to confirm the fix is ship-ready.