qa-review-tests

Reviews test suites for structural defects and readiness issues.

2|1|Updated May 27, 2025
One-click install
npx skills add https://github.com/VirtoCommerce/vc-mcp-testing-module --skill qa-review-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-review-tests
Source: https://github.com/VirtoCommerce/vc-mcp-testing-module/tree/main/skills/qa-review-tests
Command: npx skills add https://github.com/VirtoCommerce/vc-mcp-testing-module --skill qa-review-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps QA teams identify unreliable, incomplete, duplicated, and non-deterministic test cases before they reach regression execution, reducing flaky failures and missed coverage.

Core Features & Use Cases

  • Test Quality Analysis: Reviews test cases for structure, determinism, completeness, testability, data validity, traceability, duplication, and technique coverage.
  • Regression Readiness Checks: Validates whether automated test suites are prepared for reliable execution and highlights actionable issues with severity levels.
  • Use Case: A QA lead can use this Skill to review a newly generated storefront regression suite, detect missing assertions or invalid test data references, and prepare fixes before running tests.

Quick Start

Ask the qa-review-tests skill to review the specified test suite, file, diff, or domain for quality issues.

Frequently Asked Questions about qa-review-tests

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

FAQPage Schema
How do I review test cases for quality defects before regression execution?

Review test cases for quality defects by validating test structure, deterministic execution rules, data references, and traceability to detect unreliable, incomplete, or duplicated scenarios before regression runs. This process reduces flaky failures and missed coverage.

What is test determinism and how does it affect automated regression suites?

Test determinism ensures automated regression suites execute consistently without random flaky failures. Analyzing test cases for deterministic execution rules validates that test outcomes remain stable and reliable across multiple regression review cycles.

How do I check regression readiness for an automated test suite?

Check regression readiness by validating whether an automated test suite is prepared for reliable execution, applying coverage analysis to highlight actionable issues with severity levels. This ensures testability, data validity, and traceability before running tests.

Can I detect missing assertions and invalid test data references in a test suite?

Yes, you can detect missing assertions and invalid test data references by running a test quality analysis. This review checks test cases for completeness, data validity, and duplication to prepare fixes before running tests.

Does test review support browser-based environment checks for live verification?

Test review supports optional browser-based environment checks for live verification scenarios. This validates test cases against live environments to ensure test structure and data references align with actual application behavior.

What are the limitations of analyzing test coverage and duplication manually?

Manually analyzing test coverage and duplication often misses non-deterministic test cases and incomplete assertions. Automated test review applies severity levels to highlight actionable issues and traceability gaps that manual checks easily overlook.