senior-qa

Automate QA testing workflows for React and Next.js projects.

148|50|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yezannnnn/agentGroup --skill senior-qa-yezannnnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-qa
Source: https://github.com/yezannnnn/agentGroup/tree/main/kyle/skills/senior-qa
Command: npx skills add https://github.com/yezannnnn/agentGroup --skill senior-qa-yezannnnn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

QA teams often struggle with inconsistent test quality, slow test authoring, and fragmented test strategies across unit, integration, and end-to-end layers. This skill provides production-ready patterns to generate tests, analyze coverage, and scaffold Playwright E2E tests for React/Next.js applications.

Core Features & Use Cases

  • Generates Jest + RTL unit/integration test stubs for React components.
  • Analyzes Jest/Istanbul coverage and highlights critical gaps with actionable recommendations.
  • Scaffolds Playwright E2E tests for Next.js apps and produces configuration and fixtures.
  • Encapsulates QA workflows and best practices to improve test quality and maintainability.

Quick Start

Run the included Python scripts to generate test skeletons, coverage reports, and end-to-end scaffolds for your React/Next.js project.

Frequently Asked Questions about senior-qa

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

FAQPage Schema
How do I generate Jest and React Testing Library tests for React components?

To generate Jest and React Testing Library tests for React components, this skill automates the creation of unit and integration test stubs. It provides production-ready patterns to produce test artifacts and improve test maintainability for your React projects.

How do I scaffold Playwright E2E tests for a Next.js application?

Scaffolding Playwright E2E tests for a Next.js application is automated by this skill to generate configuration and fixtures. It establishes end-to-end testing workflows, allowing you to produce reusable QA patterns and robust test scaffolds quickly.

Can I use MSW for API mocking in my Jest and Playwright testing workflows?

Yes, you can use MSW for API mocking in your Jest and Playwright testing workflows. The skill orchestrates QA testing workflows for React and Next.js projects, integrating MSW to isolate components and ensure reliable end-to-end and unit test execution.

What is the best way to analyze Jest and Istanbul coverage gaps in a React project?

The best way to analyze Jest and Istanbul coverage gaps is to use this skill to perform coverage assessments. It evaluates your test coverage, highlights critical gaps in your React codebase, and provides actionable recommendations to improve test quality.

Does this QA testing workflow support Next.js development pipelines?

Yes, this QA testing workflow supports Next.js development pipelines by applying Jest, React Testing Library, and Playwright. It automates test generation and E2E scaffolding specifically tailored for React and Next.js project architectures.