qa

Execute QA tests on web apps and log failures with health scores.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/tyhuffman7/gstack-hermes --skill qa-tyhuffman7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/tyhuffman7/gstack-hermes/tree/main/gstack-qa
Command: npx skills add https://github.com/tyhuffman7/gstack-hermes --skill qa-tyhuffman7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA and bug-fix automation accelerates finding, reproducing, and validating issues in web apps, reducing manual testing time and speeding ship readiness.

Core Features & Use Cases

  • Tiered QA testing: Quick (critical/high), Standard, and Exhaustive tests to match risk.
  • Bug-fix workflow: Propose atomic commits, traceable fixes, and re-verification until green.
  • Evidence and health scores: Generate before/after health metrics and ship-readiness summaries for stakeholders.

Quick Start

Describe the target app and trigger a quick QA pass to produce a health-score report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA testing and bug-fix validation for a web application?▼

Run tiered QA tests—Quick, Standard, or Exhaustive—against your web app to identify and validate bugs. The workflow logs failures, guides traceable fixes, and re-verifies until all tests pass.

What's the best way to generate a ship-readiness summary with health scores before release?▼

Execute a QA pass to produce before and after health scores and test evidence. The deterministic workflow generates a ship-readiness summary so stakeholders can validate release readiness.

Can I run regression checks on a web app that is in the maintenance phase?▼

Yes, the QA workflow applies to web apps in both development and maintenance phases, covering feature testing, regression checks, and bug triage to ensure ongoing stability.

How do I triage bugs and propose atomic commits for fixes?▼

The bug-fix workflow logs test failures, proposes atomic commits for traceable fixes, and re-verifies the application until the health score is green and the issue is resolved.

Does the QA testing tier affect the speed and depth of the health-score report?▼

Yes, tiered testing matches risk level: Quick tests target critical and high-priority issues, Standard covers broader functionality, and Exhaustive runs comprehensive checks before generating the health-score report.