senior-qa_skill
- Python
1
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill questnova502/claude-skills-sync --skill senior-qa- SKILL.md4.4 KB
Overview
This skill is a comprehensive QA toolkit for senior engineers focused on test strategy, automation, and quality metrics for React, Next.js, and Node.js applications. It automates test suite generation, performs deep coverage analysis with recommendations, and scaffolds production-ready end-to-end tests. Use it to accelerate test implementation, baseline quality, and improve release confidence.
How this skill works
The skill inspects your codebase to identify components, routes, and API endpoints, then generates test templates following configurable best-practice patterns. It runs static and runtime coverage analysis to surface gaps, performance hotspots, and actionable remediation steps. For end-to-end workflows it scaffolds test projects and configuration that integrate with common runners and CI pipelines.
When to use it
- Designing or validating a testing strategy for a React/Next.js or Node.js project
- Quickly scaffolding unit, integration, and E2E test suites for an existing codebase
- Analyzing test coverage to prioritize missing tests and flakiness sources
- Preparing a codebase for CI integration and production-grade test automation
- Reviewing quality metrics before a major release or refactor
Best practices
- Start with high-value tests: critical user flows and public APIs before unit details
- Keep generated tests deterministic and isolate external dependencies with mocks
- Measure coverage but prioritize meaningful assertions over line counts
- Integrate coverage analysis and E2E runs into CI to catch regressions early
- Document test decisions and maintain templates to ensure consistency
Example use cases
- Generate a baseline test suite for a Next.js app after initial feature delivery
- Run a coverage audit on a Node.js API to identify untested endpoints and hot paths
- Scaffold Playwright or Cypress E2E tests for key user journeys and CI integration
- Automate remediation suggestions to reduce flaky tests and performance regressions
- Create templates for component tests in a large React monorepo to onboard teams
FAQ
The skill produces templates compatible with popular frameworks (Jest, Testing Library, Playwright, Cypress) and adapts to common runners used in React/Next and Node stacks.
Can it integrate with CI/CD pipelines?
Yes. Generated scaffolds and coverage reports are designed for easy integration with GitHub Actions, CircleCI, and similar CI systems.