qa

Automate web application QA testing and generate structured reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kadenn/kstack --skill qa-kadenn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/kadenn/kstack/tree/main/qa
Command: npx skills add https://github.com/kadenn/kstack --skill qa-kadenn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test a web application to identify defects, verify quality across features, and produce repeatable, shareable reports.

Core Features & Use Cases

  • Four modes: diff-aware for feature-branch validation, full for systematic exploration, quick for a 30-second smoke test, and regression for baseline comparison. Generates a structured health report with evidence (screenshots and repro steps) suitable for stakeholders.
  • Use Case: QA teams can validate new builds, compare against baselines, and quickly surface critical issues that block shipping.

Quick Start

Run a full QA pass on the target website and generate a structured report.

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 for web applications and generate structured reports?

Automate QA testing by running orchestrated Bash-based workflows against web applications, capturing screenshots, analyzing console errors, and exporting a standardized health report with repro steps.

What's the best way to run a quick smoke test on a web app before shipping?

Run a quick smoke test using the 30-second quick mode to rapidly surface critical issues, validate core functionality, and confirm whether a production-ready build is stable enough for shipping.

How does diff-aware testing work for validating feature branches?

Diff-aware QA testing validates feature branches by targeting only the changed areas of a web application, comparing results against baselines, and generating focused reports on new defects.

Can I capture screenshots and console errors during automated web app testing?

Automated web app testing captures evidence like screenshots and console errors during execution, embedding them into a structured report with repro steps for stakeholders to review.

What are the different modes available for end-to-end web app testing?

End-to-end web app testing supports four modes: diff-aware for feature branches, full for systematic exploration, quick for rapid smoke testing, and regression for baseline comparison.

Do I need any external dependencies to run regression testing on web applications?

Regression testing requires no external dependencies, orchestrating tests entirely through Bash-based workflows to compare web application builds against baselines and generate structured reports.