quality

Automate QA with Vitest, Testing Library, Playwright, Axe-core, and Lighthouse CI.

25|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/hyperb1iss/hyperskills --skill quality-hyperb1iss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/hyperb1iss/hyperskills/tree/main/skills/quality
Command: npx skills add https://github.com/hyperb1iss/hyperskills --skill quality-hyperb1iss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate quality assurance by integrating testing, accessibility auditing, and performance benchmarking into the development workflow, reducing manual toil and catching issues early.

Core Features & Use Cases

  • Automated Testing: Orchestrates unit, integration, and end-to-end tests across JavaScript/TypeScript projects using Vitest and Testing Library.
  • Accessibility & WCAG Audits: Integrates Axe-core checks to identify and fix accessibility issues during development and CI.
  • Performance & CI Readiness: Provides core web vitals benchmarks and Lighthouse CI guidance to ensure release readiness.
  • Use Case: A sprint team integrates this Skill to automatically validate new code, run accessibility checks on components, and ensure performance budgets before merging to main.

Quick Start

Run the recommended test suite and accessibility checks for your project with the Skill's guidance.

Frequently Asked Questions about quality

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate accessibility audits and performance benchmarks into a CI pipeline?

To integrate accessibility audits and performance benchmarks into a CI pipeline, configure Axe-core for WCAG checks and Lighthouse CI for core web vitals to validate release readiness.

Can I use Vitest and Playwright together for automated testing in web apps?

Yes, you can use Vitest and Playwright together to orchestrate unit, integration, and end-to-end tests across JavaScript and TypeScript web apps during development.

What is the best way to automate quality assurance for JavaScript and TypeScript projects?

The best way to automate quality assurance is orchestrating Vitest, Testing Library, Playwright, Axe-core, and Lighthouse CI to catch testing, accessibility, and performance issues early.

How do I run WCAG accessibility checks during software development?

You run WCAG accessibility checks during development by integrating Axe-core checks into your workflow, which identifies and helps fix accessibility issues before merging code.

Does Lighthouse CI work with Vitest for performance benchmarking?

Lighthouse CI works alongside Vitest by providing core web vitals benchmarks and performance budgets, while Vitest handles the unit and integration testing within the same workflow.