qa

Automate QA testing and bug fixing for web applications with health scores.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill qa-pcaokhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/pcaokhai/gradion-response-report-api/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill qa-pcaokhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate end-to-end QA testing and bug fixing for web applications, reducing cycle time from discovery to shipping.

Core Features & Use Cases

  • Systematic QA testing and iterative bug fixes with atomic commits and re-verification.
  • Three tiers of testing (Quick, Standard, Exhaustive) with health scoring and ship-readiness summaries.
  • Generates before/after health scores, fix evidence, and a ship-readiness report for each release.

Quick Start

Initiate a QA run on a target URL with a chosen tier and let the agent test, fix, and verify the app.

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 fixing for a web application?

Automated QA testing for web apps applies structured workflows to test a target URL, identify bugs, apply fixes with atomic commits, and verify changes. This process generates before and after health scores along with ship-readiness reports.

What is a ship-readiness report in web app QA?

A ship-readiness report in web app QA summarizes the verification of fixes and overall application health. It is generated after systematic testing and bug fixing, providing structured evidence and health scores to determine if a web application is ready for release.

Can I run QA tests on a web app without applying bug fixes automatically?

Yes, you can run QA tests on a web app without applying automatic bug fixes by using an optional report-only mode. This mode performs the testing and health scoring workflow without committing iterative bug fixes, allowing you to review identified issues first.

Does end-to-end web app testing support different levels of depth?

End-to-end web app testing supports different levels of depth through Quick, Standard, and Exhaustive tiers. These testing tiers allow you to scale the QA workflow based on your specific verification needs and project requirements.

How do health scores work when verifying web application bug fixes?

Health scores work when verifying web application bug fixes by providing a quantitative before and after comparison. The QA workflow calculates these scores during the testing and re-verification process to measure the impact of iterative fixes on the application's overall health.

What is the best way to verify code changes before shipping a web app release?

The best way to verify code changes before shipping a web app release is using an automated QA workflow that performs iterative bug fixes with atomic commits. This approach provides re-verification, before and after health scores, and a final ship-readiness summary with evidence.