qa

Test web applications, identify bugs, and iteratively fix them in source code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yamparalarahul27/illu-ic --skill qa-yamparalarahul27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/yamparalarahul27/illu-ic/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/yamparalarahul27/illu-ic --skill qa-yamparalarahul27

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of systematically testing web applications, identifying bugs, and iteratively fixing them in the source code, ensuring a high level of quality and readiness for deployment.

Core Features & Use Cases

  • Automated QA Testing: Performs comprehensive testing across different tiers (Quick, Standard, Exhaustive).
  • Bug Detection & Fixing: Identifies visual, functional, UX, content, performance, console, and accessibility issues.
  • Iterative Fix Loop: Fixes bugs in source code with atomic commits and re-verifies each fix.
  • Reporting: Generates detailed reports with before/after evidence, health scores, and fix summaries.
  • Use Case: When a new feature is developed on a branch, use this Skill to automatically test the affected areas, fix any regressions or new bugs found, and provide a ship-readiness summary before merging.

Quick Start

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

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate bug fixing and regression testing for a web application?

Systematic QA testing automates this by identifying visual, functional, and performance bugs across your web application, then iteratively fixing them in the source code with atomic commits and re-verifying each regression test.

What is diff-aware mode for feature branch testing?

Diff-aware mode tests only the areas of a web application affected by changes on a feature branch. It identifies regressions and new bugs, fixes them, and provides a ship-readiness summary before merging.

How do I run an exhaustive web app test and generate a health score report?

You can run an exhaustive tier test to check visual, functional, UX, content, performance, console, and accessibility issues. It generates a detailed report with before and after evidence, health scores, and fix summaries.

Can I use automated QA testing to fix console and accessibility issues in source code?

Yes, automated QA testing identifies console and accessibility issues alongside UX and content bugs. It iteratively applies fixes directly to your source code and verifies the changes with before and after evidence.

What tools do I need to run automated QA testing and fix source code bugs?

You need tools for browsing, scripting, reading, writing, editing, globbing, and grepping. These enable the testing framework to navigate the web application, identify bugs, and iteratively patch the source code.