One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill qa-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/qa
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill qa-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual QA testing is slow, inconsistent, and often misses critical bugs that impact user experience. This Skill automates the entire QA workflow for web applications, from running tests to fixing identified bugs and verifying fixes, eliminating repetitive manual work and reducing the risk of shipping broken features.

Core Features & Use Cases

  • Tiered Test Coverage: Choose between Quick (critical/high bugs only), Standard (adds medium-priority bugs), or Exhaustive (includes cosmetic issues) testing to match your team's needs and timeline.
  • Iterative Bug Fixing: Automatically fixes identified bugs in source code, commits each fix atomically, and re-runs tests to verify the fix works without breaking other functionality.
  • Actionable Reporting: Generates before/after health scores, detailed fix evidence, and a clear ship-readiness summary to help teams make informed launch decisions.
  • Use Case: A product team is preparing to launch a new user dashboard feature. Run this Skill to catch all critical bugs pre-launch, fix them automatically, and get a clear go/no-go report with evidence that the feature is ready for users.

Quick Start

Ask the AI to run QA testing on your deployed web application to find and fix bugs and generate a ship-readiness report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end QA testing for a web application?

Automate end-to-end QA testing by running an AI agent against your deployed web application to identify bugs, apply atomic source code fixes, and re-run tests to verify the remediation.

What is the best way to automatically fix bugs found during regression testing?

The best way to fix bugs found during regression testing is using an automated workflow that commits each fix atomically and re-runs tests to verify the fix works without breaking existing functionality.

Can I get a ship-readiness report and health score before launching a new web feature?

Yes, you can generate a ship-readiness report and actionable health scores by running tiered test coverage on your web app, which provides before and after metrics to inform your launch decisions.

Does automated web app testing support different levels of test coverage?

Automated web app testing supports tiered coverage levels, allowing you to choose between Quick for critical bugs only, Standard for medium-priority bugs, or Exhaustive to include cosmetic issues.

Why should I use automated QA testing instead of manual test execution for pre-launch validation?

Automated QA testing eliminates the slowness and inconsistency of manual test execution, ensuring repetitive checks are handled reliably while reducing the risk of shipping broken features.

What types of bugs can be caught using automated pre-launch feature validation?

Automated pre-launch feature validation can catch critical, high-priority, medium-priority, and cosmetic bugs depending on your selected test coverage tier, ensuring comprehensive site health monitoring.