qa

Run end-to-end QA tests on web applications and fix defects with atomic commits.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Kakarottoooo/onegent --skill qa-kakarottoooo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Kakarottoooo/onegent/tree/main/.agents/skills/gstack/qa
Command: npx skills add https://github.com/Kakarottoooo/onegent --skill qa-kakarottoooo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web applications often ship with bugs and regressions that slip past manual checks; this Skill automates end-to-end QA testing and structured bug-fix cycles to reduce risk and speed up shipping.

Core Features & Use Cases

  • End-to-end testing: Validate user flows across critical paths (login, checkout, form submission) and detect regressions.
  • Atomic fixes & verification: Commit each bug fix atomically and re-run verification to confirm resolution.
  • Ship-readiness reporting: Produce before/after health scores, fix evidence, and a ship-readiness summary for stakeholders.

Quick Start

Run QA on your project by providing a URL or path, and the skill will bootstrap tests, run the suite at the requested tier, fix issues when possible, and return a verification 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?▼

End-to-end QA testing for a web application is automated by bootstrapping a test framework, validating critical user flows like login and checkout, identifying defects, and producing a ship-readiness report.

What is the best way to automate bug fixes and re-verify resolutions?▼

Automate bug fixes and re-verify resolutions by committing each fix atomically and running scripted tooling to re-test the suite, confirming the defect is resolved before shipping.

Can I generate ship-readiness reports and health scores for my web app?▼

Yes, you can generate ship-readiness reports and health scores for your web app by running tiered test scopes that produce before and after health metrics, fix evidence, and stakeholder summaries.

Do I need a clean working tree to run automated QA tests on my project?▼

Yes, you need a clean working tree and access to the project repository to run automated QA tests, as the process requires committing atomic bug fixes and re-verifying results.

What test scopes are available for web app regression testing?▼

Available test scopes for web app regression testing include Quick, Standard, and Exhaustive tiers, allowing you to validate critical paths and detect regressions at varying depths.