qa-review

Run project tests and map results to an assertion checklist for a QA review report.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mgeer/qa-skills --skill qa-review-mgeer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-review
Source: https://github.com/mgeer/qa-skills/tree/main/qa-review
Command: npx skills add https://github.com/mgeer/qa-skills --skill qa-review-mgeer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run tests, collect results, and map them to the assertion checklist to produce a QA review report.

Core Features & Use Cases

  • Map test results to a structured assertion checklist to identify coverage gaps.
  • Produce a QA review report with actionable spot-check recommendations and failure analysis.
  • Support scoped runs (unit, integration, e2e) and module-level targeting.

Quick Start

Run unit, integration, or end-to-end tests and review the results to produce a formatted QA review report.

Frequently Asked Questions about qa-review

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

FAQPage Schema
How do I generate a QA review report from test results?▼

To generate a QA review report, run the project's tests and map the results to an assertion checklist to produce a structured markdown file containing execution summaries and failure analysis.

Can I scope automated test runs to specific test types?▼

Yes, automated test runs can be scoped by limiting execution to unit, integration, or end-to-end tests, and targeted further by module to isolate execution and focus the QA review report.

How does mapping test results to an assertion checklist identify coverage gaps?▼

Mapping test results to an assertion checklist cross-references executed tests against expected outcomes, highlighting unverified assertions and weak tests to expose coverage gaps in the QA review report.

What is included in root-cause analysis for failed test assertions?▼

Root-cause analysis for failed test assertions provides a breakdown of execution failures, maps them to checklist gaps, and generates actionable spot-check recommendations within the QA review report.

What metrics are documented when mapping test results to a QA review report?▼

Mapping test results to a QA review report documents execution summaries, assertion verification statuses, failure analysis, weak-test notes, and coverage metrics in a structured markdown file.