qa

Runs end-to-end tests and fixes bugs in web applications.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/madebynoam/bryllen --skill qa-madebynoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/madebynoam/bryllen/tree/main/.claude/skills/gstack/qa
Command: npx skills add https://github.com/madebynoam/bryllen --skill qa-madebynoam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QA testing and iterative bug fixes for web applications to ensure issues are detected, reproduced, and resolved with verifiable evidence and ship-ready status.

Core Features & Use Cases

  • End-to-end QA that runs tests, captures evidence, and reports health scores.
  • Three-tier approach: Quick, Standard, Exhaustive, with before/after verification and ship-readiness summaries.
  • Supports a fix loop: test, fix, verify, and commit atomic changes; generates reports and maintains baselines for regression.
  • Plan-aware QA with test plans and context, including artifact generation and project-scoped reporting.

Quick Start

Describe a failing behavior, and the QA agent will run tests, reproduce the bug, fix it, verify, and ship a comprehensive 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?

Automate end-to-end QA testing by running tests that reproduce bugs, capture before and after evidence, report health scores across pages and interactions, and verify fixes for ship-readiness.

What is the best way to fix web application bugs and verify the changes?

The best way to fix web application bugs is using an interactive fix cycle that tests, reproduces, applies atomic fixes, verifies the results, and commits changes with verifiable evidence.

Can I run a quick smoke test instead of a full regression suite?

Yes, you can run a quick smoke test instead of a full regression suite using a three-tier approach that offers Quick, Standard, and Exhaustive testing levels with ship-readiness summaries.

How does baseline management work for regression testing?

Baseline management for regression testing works by maintaining test plans and project-scoped artifacts, allowing subsequent test cycles to compare current behavior against recorded baselines.

Does automated QA generate reports without automatically applying fixes?

Yes, automated QA supports a report-only mode that generates health scores and evidence without applying fixes, alongside an interactive fix cycle mode for immediate atomic bug resolution.