qa

Test web applications for defects and verify fixes with health scores.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apeejay-education/cadencesprout --skill qa-apeejay-education
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/apeejay-education/cadencesprout/tree/main/.agents/skills/gstack-qa
Command: npx skills add https://github.com/apeejay-education/cadencesprout --skill qa-apeejay-education

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA professionals waste time performing repetitive manual tests and struggle to validate fixes consistently. This skill provides a disciplined, repeatable workflow to systematically test web applications, surface defects, and confirm that fixes are verifiable.

Core Features & Use Cases

  • End-to-end testing workflow that identifies defects, tracks them, and verifies fixes.
  • Supports multiple rigor levels (Quick, Standard, Exhaustive) with progressive test coverage and evidence generation.
  • Produces before/after health scores, fix evidence, and a ship-readiness summary to guide release decisions.

Quick Start

Run the QA workflow on the target site, then fix found issues and re-verify until ship-readiness is achieved.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web application testing and verify bug fixes systematically?

Automated web application testing systematically identifies defects and verifies fixes through an end-to-end workflow, tracking issues and confirming resolutions with verifiable evidence before release.

What is the best way to determine release readiness for a web app?

Release readiness is determined by generating before and after health scores alongside fix evidence, producing a ship-readiness summary that guides final release decisions for the web app.

Can I run different levels of QA testing depending on project needs?

Yes, QA testing supports multiple rigor levels including Quick, Standard, and Exhaustive, providing progressive test coverage and evidence generation scaled to specific project validation requirements.

How does systematic QA testing handle code changes and bug fixes?

Systematic QA testing handles code changes by requiring atomic commits for each bug fix, ensuring individual corrections are isolated, tracked, and verifiable across the web application.

When do I need to perform exhaustive validation across a full project?

Exhaustive validation across a full project is needed when preparing for major releases, requiring comprehensive defect identification, progressive test coverage, and complete ship-readiness evaluation.