qa

QA web apps by exploring pages, interacting with UI elements, and validating functionality across multiple modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of quality assurance testing for web applications, ensuring functionality, identifying bugs, and verifying changes before deployment.

Core Features & Use Cases

  • Automated Testing: Performs systematic exploration of web applications to find defects.
  • Multiple Testing Modes: Supports diff-aware testing for feature branches, full application scans, quick smoke tests, and regression testing against baselines.
  • Detailed Reporting: Generates structured reports including health scores, screenshots, and reproduction steps for identified issues.
  • Use Case: A developer has just pushed changes to a feature branch and wants to ensure no regressions were introduced and the new features work as expected. They can use the diff-aware mode to automatically test only the affected parts of the application.

Quick Start

Run a quick smoke test on the current application.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate regression testing for web applications?

Automate regression testing by running systematic explorations against baselines to identify visual, functional, and accessibility issues. It validates functionality across application pages and generates structured reports with reproduction steps and evidence.

Can I run a quick smoke test on a web application after pushing changes?

Quick smoke tests validate basic functionality rapidly after pushing changes. You can trigger quick mode to interact with elements and catch immediate defects without executing a full application scan.

What is diff-aware testing and when should I use it for web QA?

Diff-aware testing automatically targets only the affected parts of a web application based on feature branch changes. Use it to isolate verification for newly pushed features and ensure no regressions were introduced.

Does automated web testing detect accessibility and console errors?

Automated web testing detects accessibility violations alongside console, performance, UX, and content issues. It systematically validates page elements and documents findings with screenshots and structured reproduction steps.

How are QA testing results documented for identified bugs?

QA testing results are documented in structured reports containing health scores, screenshots, and reproduction steps. This provides clear evidence for each identified visual, functional, or accessibility defect.