qa

Run tiered QA tests on web applications and commit atomic fixes.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/makyua-san/usecase-agent --skill qa-makyua-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/makyua-san/usecase-agent/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/makyua-san/usecase-agent --skill qa-makyua-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA and bug-fix workflows often require multiple tools, manual repro, and long cycles. This Skill streamlines testing, bug discovery, automated fixes, and verification to accelerate ship-readiness.

Core Features & Use Cases

  • Structured QA cycles: run tiered QA (Quick, Standard, Exhaustive) to surface defects early.
  • Atomic fixes & verification: commits fixes atomically and re-verifies changes automatically.
  • Evidence-driven reports: produces before/after health scores, evidence of fixes, and ship-readiness summary.
  • Use cases: when a feature is ready for testing, or you need to verify a regression after changes.

Quick Start

Provide the AI with a target URL and the desired QA tier to begin testing and fixing automatically.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA testing and bug fixing for a web application?

Automated QA testing runs end-to-end checks on a web application, identifies defects, and applies atomic commits to fix them. It operates across tiered QA modes and generates before/after health scores with ship-readiness summaries.

What's the best way to verify regression fixes and ensure ship-readiness?

To verify regression fixes and ensure ship-readiness, run an automated QA cycle that commits fixes atomically and re-verifies changes automatically. This process yields fix evidence and a final ship-readiness summary.

How do I run tiered QA cycles like Quick, Standard, or Exhaustive testing?

Tiered QA cycles allow you to run Quick, Standard, or Exhaustive testing modes to surface defects early. You initiate a cycle by providing the target URL and selecting the desired QA tier to begin testing and fixing automatically.

Do I need a CI pipeline to use automated QA verification?

Automated QA verification integrates into CI pipelines but also requires access to the repository and test scripts. A mechanism to apply and verify fixes is necessary to generate health scores and ship-readiness summaries.

Why use atomic commits for bug fixes during automated quality assurance?

Atomic commits isolate individual bug fixes during quality assurance, ensuring changes are tracked and re-verified automatically. This approach streamlines testing and bug discovery while producing clear evidence of fixes.