qa

Test web applications, fix discovered bugs, and re-verify with evidence.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/bhianerd/aimemory --skill qa-bhianerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/bhianerd/aimemory/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/bhianerd/aimemory --skill qa-bhianerd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you verify a web application works correctly in real user flows and then iteratively fixes any bugs it finds, with evidence and a clear readiness summary.

Core Features & Use Cases

  • Manual-trigger QA for web apps: Run only when you explicitly invoke /qa, targeting scenarios like “test this site,” “find bugs,” and “fix what’s broken.”
  • Test → fix → verify loop with iteration: Finds issues, applies fixes in source code as separate atomic changes, and re-verifies each fix.
  • Tiered coverage and ship-readiness reporting: Supports Quick, Standard, and Exhaustive tiers and produces before/after health scores plus structured evidence and a ship-readiness summary.

Quick Start

Ask to run: /qa and include the target URL or tell it to use the local app you’re testing.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I test a web application end-to-end and fix the bugs I find?

This tool tests your web application end-to-end by systematically navigating pages, forms, and core flows like a real user, then fixes discovered bugs in the source code and re-verifies the results with evidence.

Can I get a ship readiness summary with health scores before releasing my web app?

Yes, you can generate a ship readiness summary that includes before and after health scores, structured issue documentation with screenshots, and tiered coverage reports to validate your release readiness.

How do I verify regression fixes in my web application source code?

You can verify regression fixes by running an iterative test, fix, and verify loop that applies atomic changes to your source code and re-checks the affected navigation flows and forms with evidence.

Does the web application testing support different levels of issue coverage?

Yes, web application testing supports tiered issue coverage including Quick, Standard, and Exhaustive scopes to help you balance depth and speed when validating core pages and interactive features.

How do I check if my local web app is ready to ship?

You can invoke a manual QA trigger on your local web app URL to run interactive feature checks, document discovered issues, and produce a structured ship readiness summary with health scores.