qa

Test and fix web application bugs with before/after health scores.

Updated Apr 6, 2025
One-click install
npx skills add https://github.com/yolopunk/jedi --skill qa-yolopunk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/yolopunk/jedi/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/yolopunk/jedi --skill qa-yolopunk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing of web applications is time-consuming and error-prone; this Skill provides a disciplined, repeatable workflow that yields actionable health scores, fix evidence, and ship-readiness summaries.

Core Features & Use Cases

  • Systematic testing and iterative bug fixing with atomic commits and re-verification.
  • Tiered testing approach: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic), with before/after health scores and a ship-readiness summary.
  • Useful for QA teams validating new features, regression fixes, and release readiness across web apps.

Quick Start

Run the QA workflow on the target web application to begin automated testing and bug fixing.

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 a web application?

Automate regression testing by running a tiered workflow that evaluates critical, medium, and cosmetic bugs to generate before/after health scores. It iteratively fixes bugs with atomic commits and re-verifies them to produce a final ship-readiness summary.

What is the best way to check web app release readiness before shipping?

Release readiness is determined by running an exhaustive QA pass that captures test evidence and calculates health scores. This validates that all bug severities are resolved and generates a comprehensive ship-readiness summary for the web application.

Does systematic QA testing support smoke checks for critical web app bugs?

Yes, systematic QA testing includes a Quick tier designed specifically for smoke checks that targets only critical and high-severity bugs. This allows for fast validation of web application core functions before committing to deeper regression testing.

Can I generate a QA report without automatically applying bug fixes?

Yes, you can execute a report-only mode to generate health scores and ship-readiness summaries without applying any code changes. This validates the web application and surfaces findings using Bash, Read, and Grep tools without modifying the codebase.

How does tiered testing work for web application bug fixing?

Tiered testing scales validation from Quick checks targeting critical bugs, to Standard for medium issues, and Exhaustive for cosmetic defects. Each tier produces before and after health scores, driving iterative bug fixes with atomic commits and continuous re-verification.