qa

Identify and reproduce web application bugs with tiered QA testing.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/anishs1207/agentic-cli --skill qa-anishs1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/anishs1207/agentic-cli/tree/main/.agents/skills/gstack-qa
Command: npx skills add https://github.com/anishs1207/agentic-cli --skill qa-anishs1207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing is a structured approach to identify defects in a web application, reproduce issues, and ensure fixes are properly validated.

Core Features & Use Cases

  • Tiered testing supports Quick, Standard, and Exhaustive QA to match risk and deadlines.
  • Evidence-driven fixes produce before/after health scores, change logs, and a ship-readiness summary.
  • Iterative verification automates re-testing after each fix to prevent regression.

Quick Start

Start a QA run against your web app and follow the on-screen prompts to test, fix, and re-verify changes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate bug reproduction and fix verification for a web application?

Automated bug reproduction and fix verification for a web application is achieved by applying tiered QA testing to identify issues, apply fixes, and iteratively re-test to prevent regression. It outputs a structured ship-readiness report with health scores.

What's the best way to run systematic QA testing when facing tight release deadlines?

Systematic QA testing under tight deadlines is handled by selecting the Quick testing tier, which rapidly identifies and reproduces web application defects. Standard and Exhaustive tiers are available for higher risk features requiring deeper validation.

How does health score tracking work during web app bug fixes?

Health score tracking works by capturing before and after metrics during web app bug fixes. It generates fix evidence and change logs to provide a structured ship-readiness summary, ensuring fixes properly address the original issues.

Can I use bash and grep tools to identify and fix bugs in my web app?

Yes, you can use Bash, Grep, Glob, Read, Edit, and Write tools to identify and fix bugs in your web app. The process integrates these tools to search codebases, reproduce issues, and apply fixes directly.

Does iterative verification automatically re-test web apps after a bug fix is applied?

Iterative verification automatically re-tests web apps after a bug fix is applied to prevent regression. It validates that the changes address the identified issues and updates the ship-readiness summary with new fix evidence.