qa

Run QA tests on web applications and fix bugs iteratively.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill qa-aporto-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/aporto-tech/aporto-agent-skills/tree/main/skills/gstack/qa
Command: npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill qa-aporto-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires browser_automation, repository_read, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides systematic QA testing for web applications, iteratively fixing bugs found to ensure high-quality software delivery.

Core Features & Use Cases

  • Comprehensive Testing: Executes QA testing to uncover critical and medium-level issues.
  • Bug Fixes: Iteratively resolves bugs found during testing, committing changes atomically and re-verifying.
  • Health Scores: Produces before/after health scores for tracking software quality improvements.
  • Use Case: Ideal for engineers tasked with regularly ensuring web application functionality and quality, reducing manual testing effort and increasing code reliability.

Quick Start

Run QA testing for the web app by invoking the qa skill.

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 for web applications?

Automated QA testing for web apps is executed by running systematic tests via browser automation, identifying critical and medium-level bugs, and iteratively fixing them directly in the source code.

How does automated bug fixing work during continuous integration?

Automated bug fixing in continuous integration works by executing tests, resolving discovered issues in the source repository, committing changes atomically, and re-verifying the application to ensure stability.

Do I need browser automation and repository access for web app QA testing?

Yes, web app QA testing requires browser automation to execute tests and repository access to read source code, apply fixes, and commit changes within continuous integration workflows.

What is a software health score and how does it track code quality?

A software health score tracks code quality by measuring application stability before and after bug fixes, providing quantifiable metrics to verify reliability improvements across testing iterations.

Can I use automated testing to iteratively fix bugs in source code?

Yes, automated testing can iteratively fix bugs in source code by discovering issues during execution, applying fixes, and re-running tests to verify the resolution before committing.

What are the limitations of automated QA testing for web apps?

Automated QA testing for web apps is limited to uncovering critical and medium-level issues, requiring functional browser automation and repository access to verify changes and commit fixes.