senior-qa

Generate unit, integration, and end-to-end tests for React and Next.js applications.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Tonybleything76/more-claude-skills --skill senior-qa-tonybleything76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-qa
Source: https://github.com/Tonybleything76/more-claude-skills/tree/main/engineering-team/senior-qa
Command: npx skills add https://github.com/Tonybleything76/more-claude-skills --skill senior-qa-tonybleything76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jest, playwright, jest-axe, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of ensuring high-quality React and Next.js applications by automating test generation, coverage analysis, and end-to-end test scaffolding.

Core Features & Use Cases

  • Automated Test Generation: Creates Jest and React Testing Library stubs for components.
  • Coverage Analysis: Identifies and reports on testing gaps in your codebase.
  • E2E Test Scaffolding: Generates Playwright tests for Next.js applications.
  • Use Case: A developer needs to quickly set up comprehensive tests for a new feature in a React application. They can use this Skill to generate unit tests for components, analyze coverage, and scaffold E2E tests for critical user flows.

Quick Start

Use the senior-qa skill to generate unit test stubs for components in the 'src/components' directory.

Frequently Asked Questions about senior-qa

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

FAQPage Schema
How do I automate test generation for React and Next.js components?

Automating test generation for React and Next.js components involves creating Jest and React Testing Library stubs to streamline unit and integration test scaffolding. This process identifies testing gaps and implements best practices for your codebase.

What is the best way to scaffold end-to-end tests for a Next.js application?

The best way to scaffold end-to-end tests for a Next.js application is using Playwright to automate critical user flow testing. This approach generates comprehensive E2E test suites while facilitating overall quality assurance.

Can I use Playwright and Jest together for comprehensive React testing?

Yes, you can use Playwright and Jest together for comprehensive React testing. Jest handles unit and integration tests with React Testing Library, while Playwright scaffolds end-to-end tests for Next.js applications.

How do I analyze code coverage gaps in my React application?

Analyzing code coverage gaps in your React application requires automated tools that identify untested code paths and report testing deficiencies. This ensures high-quality applications by highlighting areas needing additional unit or integration tests.

Does automated testing work with existing Next.js project structures?

Automated testing works with existing Next.js project structures by generating test stubs for specified directories like 'src/components'. It scaffolds test suites using Jest, React Testing Library, and Playwright without requiring project restructuring.