qa

Test web applications, detect bugs, and fix them with iterative re-verification.

6|2|Updated Oct 18, 2021
One-click install
npx skills add https://github.com/jerrywu001/jerrywu001 --skill qa-jerrywu001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/jerrywu001/jerrywu001/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/jerrywu001/jerrywu001 --skill qa-jerrywu001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA ensures your web application actually works for real users by finding bugs during browsing flows and verifying fixes instead of guessing.

Core Features & Use Cases

  • Systematic web testing: Navigate pages, operate interactive elements, submit forms, and check console errors to surface functional and UI issues.
  • Iterative bug fixing with re-verification: Turn discovered problems into atomic code fixes and re-run the relevant checks to confirm they’re resolved.
  • Tiered thoroughness with evidence: Choose Quick, Standard, or Exhaustive testing and produce a report with before/after health scores and fix evidence for ship readiness.

Quick Start

Run the qa skill against your app to test critical issues, fix them, and return a before/after report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web app testing to find and fix UI bugs?

Automated web app testing navigates pages and operates interactive elements to detect functional and UI issues, then applies iterative code fixes with re-verification to ensure bugs are resolved.

What is ship readiness validation and when do I need it?

Ship readiness validation systematically tests a web application like a user, capturing console errors and producing before/after health scores to confirm the app is ready for deployment.

How do I generate bug reports with evidence for regression testing?

Regression-style bug reporting captures evidence like screenshots and console errors during browsing flows, producing a structured report with health scores to track issue resolution.

Can I choose how thorough my web QA testing is?

Web QA testing supports tiered thoroughness with Quick, Standard, or Exhaustive modes, allowing you to scale from critical-only issue detection to exhaustive cosmetic checks.

Does browser testing for bug fixing require specific tool access?

Browser testing for bug fixing requires deterministic tool access for browsing and evidence capture, enabling the systematic navigation and interactive operation needed to surface functional issues.

What is the best way to fix web app bugs found during testing?

The best way to fix web app bugs is turning discovered problems into atomic code fixes and re-running the relevant checks to confirm they are resolved through iterative re-verification.