qa-assistant

Generate and execute unit, integration, and E2E tests with Playwright or Cypress.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegouis/provectus-marketplace --skill qa-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-assistant
Source: https://github.com/diegouis/provectus-marketplace/tree/main/plugins/proagent-qa/skills/qa-assistant
Command: npx skills add https://github.com/diegouis/provectus-marketplace --skill qa-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for robust software quality assurance by providing comprehensive guidance and tools for automated testing, regression analysis, and performance/accessibility auditing.

Core Features & Use Cases

  • Automated Test Generation & Execution: Write and run unit, integration, and E2E tests using frameworks like Playwright and Cypress.
  • Quality Assurance & Auditing: Perform coverage analysis, regression testing, performance testing, and accessibility audits.
  • Use Case: A developer needs to ensure a new feature doesn't break existing functionality. They can use this Skill to generate regression tests, execute the full test suite, and analyze coverage reports to confirm quality.

Quick Start

Use the qa-assistant skill to generate unit tests for the file '/src/utils/helpers.js'.

Frequently Asked Questions about qa-assistant

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

FAQPage Schema
How do I generate regression tests for a new feature?

Playwright and Cypress are fully supported for E2E browser testing. You can write and execute browser tests using these frameworks to validate web application UIs and integration points effectively.

Can I use Playwright and Cypress for E2E browser testing?

Playwright and Cypress are supported for E2E browser testing. You can write and execute browser tests using these frameworks to validate web application UIs and integration points effectively.

How does accessibility auditing work in automated QA?

Test coverage measurement is performed by executing your test suite and analyzing the resulting coverage reports. This Skill guides you through measuring coverage to confirm test quality and identify untested code paths.

How do I measure test coverage and analyze reports?

Test coverage measurement is performed by executing your test suite and analyzing the resulting coverage reports. This Skill guides you through measuring coverage to confirm test quality and identify untested code paths.

Do I need mock backends for deterministic testing?

TDD workflows are supported by providing guidance on writing tests before implementation. LLM judge evaluation can also be utilized to assess test outcomes and validate software quality automatically.

Does this support TDD workflows and LLM judge evaluation?

TDD workflows are supported by providing guidance on writing tests before implementation. LLM judge evaluation can also be utilized to assess test outcomes and validate software quality automatically.