senior-qa

Generate Jest and Playwright tests for React and Next.js applications.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill senior-qa-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-qa
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/alireza-senior-qa
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill senior-qa-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of writing, analyzing, and scaffolding tests for React and Next.js applications, ensuring higher code quality and reducing bugs.

Core Features & Use Cases

  • Automated Test Generation: Creates Jest/RTL test stubs for React components.
  • Coverage Analysis: Identifies and reports on testing gaps in your codebase.
  • E2E Test Scaffolding: Generates Playwright tests for Next.js applications.
  • Use Case: You need to ensure your new React component is well-tested. Use this Skill to generate a test file, add assertions, and then analyze the test coverage to identify any remaining gaps.

Quick Start

Use the senior-qa skill to generate unit tests for the 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 components?

Automating test generation for React components involves creating Jest and React Testing Library stubs. This skill scaffolds unit tests automatically, identifies testing gaps, and analyzes coverage to ensure robust quality assurance in modern web development.

Can I scaffold Playwright end-to-end tests for Next.js applications?

Yes, you can scaffold Playwright end-to-end tests for Next.js applications. This skill generates Playwright test files specifically tailored for Next.js, streamlining the creation of automated E2E testing workflows and reducing bugs.

Does this testing workflow support accessibility testing with jest-axe?

Yes, this testing workflow supports accessibility testing using jest-axe and @axe-core/playwright. These dependencies integrate seamlessly to automate accessibility checks within your Jest and Playwright test suites for React and Next.js.

What is the best way to analyze test coverage gaps in a React codebase?

Analyzing test coverage gaps in a React codebase requires comprehensive coverage analysis. This skill identifies untested paths in your source directory, generates missing Jest test stubs, and reports on remaining gaps to boost code quality.

How do I set up Jest and React Testing Library for a new component?

Setting up Jest and React Testing Library for a new component requires generating a test file with appropriate assertions. This skill automates that scaffolding process, creating test stubs for components in the src directory to streamline setup.