Senior QA Testing Engineer Skill
Help agents build test automation for React and Next.js — unit, integration, end-to-end, and accessibility testing in one framework.
What does this skill do?
How it works
Generate component tests
The agent scans React/TypeScript components and generates Jest test stubs with render, interaction, and accessibility patterns.
Scaffold E2E tests
It scans the Next.js app and generates Playwright E2E tests per route, with optional Page Object Model classes.
Analyze coverage
It parses coverage reports, identifies critical untested paths like auth and payments, and enforces thresholds.
Integrate CI/CD
It provides GitHub Actions templates for automated testing, coverage reporting, and E2E validation.
Best use cases for this skill
Frequently asked questions
What does the Senior QA skill do?
It provides test-automation infrastructure for React and Next.js — Jest and Playwright test generation, coverage gap analysis, E2E scaffolding, and accessibility checks.
When should an agent use it?
Use it to set up testing infrastructure, generate component or E2E tests, analyze coverage gaps, or add accessibility testing for a React/Next.js project.
Which tools does it use?
Jest and React Testing Library for unit and integration, Playwright for E2E, Istanbul/NYC for coverage, MSW for API mocking, and jest-axe for accessibility.
What coverage targets does it use?
Targets scale by project type — for example higher line, branch, and function coverage for production and enterprise projects than for an MVP.
Use from source
Ask your Buda agent to install this community skill.
Copy this prompt into your own Buda agent. It includes the source repository and install command so the agent can complete the setup in natural language.
Please install the "Senior QA Testing Engineer Skill" skill into this Buda agent. Source repository: https://github.com/alirezarezvani/claude-skills Install command: npx skills add alirezarezvani/claude-skills -y -a universal Please run the install command, verify the skill is available, and tell me any setup notes or follow-up steps from the source repository.
Install workflow
- 1Copy the prompt
- 2Send it to your Buda agent
- 3Done