Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Comprehensive QA and testing skill for quality assurance, test automation, and testing strategies for ReactJS, NextJS, NodeJS applications. Includes test suite generation, coverage analysis, E2E testing setup, and quality metrics. Use when designing test strategies, writing test cases, implementing test automation, performing manual testing, or analyzing test coverage.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 76% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -21% | 0% |
Complete toolkit for senior qa with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
bash# Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] # Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] # Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options]
Automated tool for test suite generator tasks.
Features:
Usage:
bashpython scripts/test_suite_generator.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
bashpython scripts/coverage_analyzer.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
bashpython scripts/e2e_test_scaffolder.py [arguments] [options]
Comprehensive guide available in references/testing_strategies.md:
Complete workflow documentation in references/test_automation_patterns.md:
Technical reference guide in references/qa_best_practices.md:
Languages: TypeScript, JavaScript, Python, Go, Swift, Kotlin Frontend: React, Next.js, React Native, Flutter Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions, CircleCI Cloud: AWS, GCP, Azure
bash# Install dependencies npm install # or pip install -r requirements.txt # Configure environment cp .env.example .env
bash# Use the analyzer script python scripts/coverage_analyzer.py . # Review recommendations # Apply fixes
Follow the patterns and practices documented in:
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.mdbash# Development npm run dev npm run build npm run test npm run lint # Analysis python scripts/coverage_analyzer.py . python scripts/e2e_test_scaffolder.py --analyze # Deployment docker build -t app:latest . docker-compose up -d kubectl apply -f k8s/
Check the comprehensive troubleshooting section in references/qa_best_practices.md.
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.mdscripts/ directoryOther measured skills in the registry, with their headline benchmark lift.