qa

Automates web app QA testing and generates reports with health scores, screenshots, and reproducible steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA engineers often spend manual time testing web applications and compiling reports. This skill provides a structured approach to testing and automated reporting to streamline quality assurance workflows.

Core Features & Use Cases

  • Four modes: diff-aware testing on feature branches, full exploratory testing, quick smoke tests, and regression comparisons against a baseline.
  • Produces a structured report with a health score, evidence in screenshots, and reproducible steps.
  • Integrates into CI-like workflows and on-demand test sessions.

Quick Start

Execute a QA run on a target URL to generate a comprehensive QA report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web regression testing and generate a report?

Automate web regression testing by running a QA workflow against a target URL to execute test cases and generate a structured report with a health score, screenshots, and reproducible steps. It compares current results against a baseline.

What is diff-aware testing for feature branches?

Diff-aware testing is a QA mode that targets only the changed areas of a feature branch. It systematically tests the web application differences and outputs a focused report with evidence and reproducible steps.

Can I run a quick smoke test on a web application?

You can run a quick smoke test mode to systematically verify core web application functionality. This QA workflow generates a structured report containing a health score, screenshots, and reproducible steps for the tested session.

Does the QA workflow require any external dependencies or components?

The QA workflow requires no external dependencies or components. It runs in a Bash environment using standard Read, Write, and AskUserQuestion tools to execute tests and output a structured report.

What is the best way to integrate exploratory web testing into CI workflows?

The best way to integrate exploratory web testing into CI workflows is using a systematic QA skill that runs on-demand or automated sessions. It executes full exploration and outputs a structured report with a health score and screenshots.

When should I use full exploratory testing instead of a regression comparison?

Use full exploratory testing when you need to comprehensively test an entire web application, whereas regression comparisons are best for validating against a known baseline. Both modes produce a structured report with screenshots and reproducible steps.