qa

Test web applications, identify bugs, and commit fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of finding and fixing bugs in web applications, ensuring higher quality releases and saving significant developer time.

Core Features & Use Cases

  • Systematic Testing: Performs comprehensive QA testing across web applications, mimicking user interactions.
  • Automated Bug Fixing: Identifies bugs, locates the relevant source code, and commits atomic fixes.
  • Verification: Re-tests fixes and provides before/after evidence, including screenshots and health scores.
  • Use Case: After deploying a new feature, run /qa to automatically test the application, identify any regressions or new bugs introduced by the changes, fix them, and verify the solutions.

Quick Start

Run a standard QA test and fix any critical or high-severity bugs found on the current application URL.

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 bug fixing after a new deployment?

Automated QA testing performs systematic user-like interactions on web applications to identify bugs and automatically commits source code fixes. It runs systematically after feature deployments to detect regressions and verify fixes with health scores and screenshots.

Can automated QA testing locate and fix bugs in my source code automatically?

Automated QA testing identifies bugs through simulated user interactions and automatically fixes them by locating and committing atomic changes to the source code. It then verifies the fixes by re-testing and providing before and after evidence.

What testing modes does automated regression testing support for web applications?

Automated regression testing supports Quick, Standard, and Exhaustive tiers, alongside Diff-aware, Full, and Regression modes. These options allow testing scopes ranging from targeted change verification to comprehensive application health checks.

Do I need a clean git working tree to run automated QA and bug fixing?

Automated QA and bug fixing requires a clean git working tree to safely commit atomic source code fixes. The execution also requires the browse binary to perform the simulated user interactions and generate detailed testing reports.

How does automated bug fixing verify that source code changes actually work?

Automated bug fixing verifies source code changes by re-testing the applied fixes and generating detailed reports. These reports include before and after evidence such as screenshots and application health scores to confirm the bug resolution.