qa

Identify and fix web application bugs through automated QA testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gfires/motion-analysis --skill qa-gfires
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/gfires/motion-analysis/tree/main/qa
Command: npx skills add https://github.com/gfires/motion-analysis --skill qa-gfires

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA identifies and fixes bugs in a web application by running QA tests and applying atomic fixes.

Core Features & Use Cases

  • Three-tier QA: Quick, Standard, and Exhaustive, with automated health scoring and evidence.
  • Iterative fix & verify: runs tests, applies atomic commits, and re-verifies until ship-ready.
  • Report-ready outputs: health scores, evidence, and a ship-readiness summary for CI and dev workflows.

Quick Start

Run /qa to start a fast, deterministic QA pass on your current web app and follow the prompts.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate bug fixing and verification for my web app?

Automated QA for web apps runs deterministic tests, applies atomic code fixes, and re-verifies the application iteratively. This loop continues until all identified bugs are resolved and the application reaches a ship-ready state with health scores and fix evidence.

What's the best way to run a quick QA pass before deploying my web app?

A Quick QA tier provides a fast, deterministic pass to identify and fix bugs in a web app. It generates before and after health scores, fix evidence, and a ship-readiness summary suitable for immediate developer workflows.

How does automated QA scoring work for continuous integration workflows?

Automated QA scoring works by running deterministic tests and producing structured reports with before and after health scores. These report-ready outputs provide clear ship-readiness summaries designed to integrate directly into CI and developer workflows.

Can I use this automated QA loop for an exhaustive pre-release verification?

Yes, the Exhaustive QA tier applies a comprehensive automated testing loop for pre-release contexts. It iteratively applies atomic fixes and re-verifies the web app until it is completely ship-ready, providing detailed health scores and fix evidence.

Does the automated QA process support atomic commits for bug fixes?

The automated QA process guides atomic code fixes by running tests, applying isolated commits, and re-verifying the web application. This iterative fix and verify loop ensures bugs are resolved deterministically before generating a final ship-readiness report.