qa-regression

Automate QA regression testing for web applications with Playwright-based test skills.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mkhsu2002/elitefashiontw --skill qa-regression-mkhsu2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-regression
Source: https://github.com/mkhsu2002/elitefashiontw/tree/main/.agent/skills/qa-regression
Command: npx skills add https://github.com/mkhsu2002/elitefashiontw --skill qa-regression-mkhsu2002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams spend time building and maintaining regression tests across web apps; manual regression checks are error-prone and slow. This Skill provides a repeatable Playwright-based framework of reusable test skills that cover common flows to speed up validation.

Core Features & Use Cases

  • Login Flow: validate user authentication and redirection to the dashboard.
  • Dashboard Load: verify essential widgets render and data loads within targets.
  • User Management: create and delete users to validate access controls and workflows.
  • The Skill can be composed into full regression suites to run end-to-end validations in CI.

Quick Start

Execute the prebuilt regression suite against your application to validate login, dashboard, and user management flows.

Frequently Asked Questions about qa-regression

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

FAQPage Schema
How do I automate regression testing for web applications using Playwright?

Automate regression testing for web applications with reusable Playwright test skills covering login, dashboard load, and user-management scenarios. This framework executes deterministic end-to-end validations to ensure consistent behavior across builds.

Do I need TypeScript and a specific folder structure to run these regression tests?

Yes, regression testing requires Playwright, TypeScript, and a modular test structure under the tests/ directory with helper utilities for authentication and data setup to execute deterministically.

Can I validate user authentication and dashboard rendering in a single test run?

Yes, you can compose reusable test skills for login flow validation and dashboard load verification into full regression suites to run end-to-end validations in CI, ensuring essential widgets render and data loads within targets.

What's the best way to speed up manual regression checks for web app user management workflows?

Replace manual regression checks with reusable Playwright test skills that automate user creation and deletion to validate access controls and workflows, providing a repeatable framework to speed up validation.

Why use reusable test skills for regression testing instead of writing individual test cases?

Reusable test skills modularize common flows like login and dashboard load, ensuring repeatable end-to-end validation across web apps. This approach reduces maintenance time and speeds up validation compared to navigating manual regression checks.

Does this regression testing framework support creating and deleting users to validate access controls?

Yes, the framework includes user-management test skills that create and delete users to validate access controls and workflows, which can be composed into full regression suites for CI execution.