qa

Run automated QA cycles on web applications and generate ship-readiness summaries.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill qa-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/gstack-qa
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill qa-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA testing a web application to identify and fix bugs before release, reducing post-release defects and rework.

Core Features & Use Cases

  • Automated QA cycles that run test scenarios, verify fixes, and generate evidence.
  • Progressive testing tiers (Quick, Standard, Exhaustive) with health scores and ship-readiness summarization.
  • Use cases include validating new features in CI, regression testing after bug fixes, and readiness checks prior to deployment.

Quick Start

Run QA to systematically test a web app, fix any bugs, and verify the fixes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I systematically test a web app for bugs before deployment?

To systematically test a web app for bugs before deployment, run automated QA cycles that execute test scenarios, verify fixes, and generate ship-readiness summaries to guide your release decisions.

Can I run regression testing after a bug fix in my CI workflow?

Yes, you can run regression testing after a bug fix in your CI workflow. The QA process is applicable across development, staging, and CI environments, ranging from quick smoke checks to full regression passes.

What is a ship-readiness summary in web application QA?

A ship-readiness summary in web application QA is a generated report that evaluates before and after health scores to determine if a web app is ready for release. It captures bug evidence to guide deployment decisions.

Does progressive testing support quick smoke checks for new features?

Yes, progressive testing supports quick smoke checks for new features. It offers Quick, Standard, and Exhaustive testing tiers, allowing you to validate new features rapidly or perform full regression passes.

How do health scores work when validating new features?

Health scores work by enforcing before and after metrics when validating new features. This ensures that any code changes or bug fixes do not negatively impact the overall stability of the web application.