quality-lead

Automate QA testing and validation for totalaud.io web and mobile experiences.

1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/totalaudiopromo/totalaud.io --skill quality-lead
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-lead
Source: https://github.com/totalaudiopromo/totalaud.io/tree/main/.claude/skills/quality-lead
Command: npx skills add https://github.com/totalaudiopromo/totalaud.io --skill quality-lead

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA and validation are often manual, inconsistent, and bottlenecked before releases, increasing risk and delaying product iteration.

Core Features & Use Cases

  • Automated test suite execution for unit, integration, and end-to-end scenarios.
  • Mobile UX checks and accessibility validation aligned with WCAG 2.2 AA.
  • Pre-deployment QA verification and build verification hooks to catch regressions early.
  • Guidance for developers and product teams to improve quality across totalaud.io, including test setup and reporting.

Quick Start

Run a full QA pass locally by invoking the standard pnpm script to run tests, lint, and accessibility checks before pushing changes.

Frequently Asked Questions about quality-lead

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

FAQPage Schema
How do I automate QA validation for mobile and web experiences before deployment?

Automated QA validation executes unit, integration, end-to-end, and accessibility checks across web and mobile to catch regressions before deployment. It aligns with TypeScript typechecks, linting, and build verification to ensure consistent software quality throughout development.

What is included in pre-deployment QA checks for a web and mobile project?

Pre-deployment QA checks include automated test suite execution, mobile UX checks, and accessibility validation aligned with WCAG 2.2 AA standards. Build verification hooks run to catch regressions early, guiding development teams in delivering reliable software.

Does this automated testing workflow support WCAG 2.2 AA accessibility validation?

Yes, accessibility validation aligned with WCAG 2.2 AA is fully supported during the QA process. It checks mobile UX and web interfaces to ensure compliance, running alongside unit and integration tests for comprehensive coverage.

How do I run a full QA pass locally before pushing changes?

Run a full local QA pass by invoking the standard pnpm script to execute tests, lint, and accessibility checks. This validates the build and catches regressions before pushing changes, ensuring consistent quality before release.

What tooling do I need to align with automated test suite execution and build verification?

Automated test suite execution requires project configurations including TypeScript typechecks, linting, test runners, and build verification. These tools align with the QA process to ensure consistent quality and reliable software delivery.

Why should I use automated end-to-end testing instead of manual QA validation before a release?

Automated end-to-end testing solves the problem of manual, inconsistent QA validation that bottlenecks releases. By automating test execution and accessibility checks, it reduces risk and prevents delays in product iteration.