senior-qa

Generate Jest/RTL tests, analyze Istanbul/LCOV coverage, and scaffold Playwright E2E tests for React/Next.js.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill senior-qa-haseeb-arshad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-qa
Source: https://github.com/Haseeb-Arshad/TaskHive/tree/main/.claude/skills/senior-qa
Command: npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill senior-qa-haseeb-arshad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill helps teams generate tests, analyze coverage, and scaffold E2E automation for React/Next.js apps.

Core Features & Use Cases

  • Test generation: create Jest/RTL unit tests, integration patterns, and accessibility stubs.
  • Coverage analysis: parse Istanbul/LCOV reports and surface actionable gaps and improvements.
  • E2E scaffolding: scaffold Playwright tests, page objects, and CI-ready config for Next.js routes.

Quick Start

Generate Jest test stubs, run coverage analysis, and scaffold Playwright E2E tests for your Next.js app.

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 Next.js components?

Automated test generation creates Jest and RTL unit test stubs, integration patterns, and accessibility stubs for Next.js components. This enforces QA best practices and accelerates testing consistency across your UI components.

What is the best way to scaffold Playwright E2E tests for Next.js routes?

The best way to scaffold Playwright E2E tests is by generating page objects and CI-ready configurations specifically for Next.js routes. This approach provides structured E2E automation that integrates directly into your authentication flows and API routes.

How do I analyze LCOV and Istanbul coverage reports to find test gaps?

Analyzing LCOV and Istanbul coverage reports involves parsing the generated output to surface actionable coverage gaps. This allows you to identify untested UI components and API routes, providing targeted improvements for your overall test suite.

Can I use this test automation approach for both API routes and authentication flows?

Yes, this test automation applies to UI components, API routes, and authentication flows. It enables comprehensive test tooling for React/Next.js by generating integration patterns and scaffolding E2E tests across these different application layers.

Does automated React test generation work without manual CI configuration?

Automated test generation provides CI-ready configurations for Playwright alongside your Jest and RTL workflows. While it outputs structured templates and page objects, you will still need to integrate these generated configurations into your existing CI pipeline.