qa-only

Explore web application UIs and generate QA reports with health scores and screenshots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of testing web applications by systematically exploring them and generating detailed reports on identified issues, without attempting any fixes.

Core Features & Use Cases

  • Comprehensive Testing: Simulates user interactions to uncover bugs and usability problems.
  • Structured Reporting: Produces detailed reports including health scores, screenshots, and reproduction steps for each issue.
  • Use Case: When a new feature is deployed, use this Skill to perform a thorough QA pass, documenting all regressions and new bugs for the development team to address.

Quick Start

Run a full QA report on the application at http://localhost:3000.

Frequently Asked Questions about qa-only

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

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

Automate web application QA by simulating user interactions to uncover bugs and usability problems, producing structured reports with health scores, screenshots, and reproduction steps for the development team.

Can I scope automated QA testing to only changed features in a branch?

Yes, you can scope QA testing by using Git diffs for feature branches to target only modified areas, or perform full application scans when a URL is provided.

What is report-only QA testing and how does it work?

Report-only QA testing systematically explores a web application's user interface to document issues, strictly adhering to a no-fix policy while generating detailed reports with reproduction steps and screenshots.

Does this QA testing tool modify the code to fix identified bugs?

No, this QA testing tool does not modify code; it strictly adheres to a no-fix policy, focusing entirely on documenting issues and generating structured reports for developers.

What format do bug reports generated from web application testing follow?

Bug reports generated from web application testing follow a structured format that includes health scores, screenshots, and detailed reproduction steps for each documented issue.