qa

Test and fix web applications end-to-end across pages, forms, and APIs.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Batsirai/adoro-studios --skill qa-batsirai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Batsirai/adoro-studios/tree/main/Skills/qa
Command: npx skills add https://github.com/Batsirai/adoro-studios --skill qa-batsirai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA tests and fixes a web application end-to-end, ensuring defects are discovered, fixed, and verified before release.

Core Features & Use Cases

  • Automated QA testing and iterative fixes
  • Evidence generation, health scores, and ship-readiness reports
  • Modes: Quick, Standard, Exhaustive; report-only option

Quick Start

Run the QA workflow on the current app to test, identify defects, fix them atomically, and re-verify until the ship-readiness score is green.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate E2E testing and bug fixing for a web app?

Automated E2E testing and bug fixing for a web app systematically verifies new code, identifies defects, applies atomic fixes, and re-verifies pages, forms, and APIs until a green ship-readiness score is achieved.

What is regression testing and when do I need it for web applications?

Regression testing for web applications systematically checks pages, forms, and APIs to ensure new code changes have not introduced defects. You need it when verifying new code or performing iterative fixes before release.

How do I generate evidence and health scores for ship readiness?

To generate evidence and health scores for ship readiness, run a QA workflow that tests your application, collects verification evidence, and produces a ship-readiness report indicating if your application is ready for release.

Can I run QA tests on a web app without automatically applying fixes?

Yes, you can run QA tests on a web app without applying fixes by using the report-only option, which performs the testing and evidence collection without modifying the codebase.

Does exhaustive QA testing work for verifying APIs and web forms?

Exhaustive QA testing works for verifying APIs and web forms by systematically checking these endpoints across the web application to identify defects and perform regression checks before generating a health score.

What's the best way to fix bugs found during E2E verification?

The best way to fix bugs found during E2E verification is to apply atomic fixes iteratively, re-running the tests after each fix until the ship-readiness score indicates the web application is ready for release.