qa-review

Audit unit, integration, and UI test coverage and generate missing-test reports.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/YanCheng-go/danskprep --skill qa-review-yancheng-go
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-review
Source: https://github.com/YanCheng-go/danskprep/tree/main/.claude/skills/qa-review
Command: npx skills add https://github.com/YanCheng-go/danskprep --skill qa-review-yancheng-go

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit test coverage and identify gaps before releases to reduce risk and regressions.

Core Features & Use Cases

  • Coverage auditing: scan unit, integration, and UI test suites to surface missing tests.
  • Gap reporting: generate a structured report listing uncovered areas and suggested test cases.
  • Quality gates: provide guidance to meet pre-release quality criteria and improve test quality over time.

Quick Start

Run the QA Review workflow to identify gaps in test coverage and generate a missing-tests plan for the current codebase.

Frequently Asked Questions about qa-review

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

FAQPage Schema
How do I audit test coverage and identify missing tests in my codebase?▼

To audit test coverage, scan your unit, integration, and UI test suites to surface uncovered areas. This generates a structured gap report listing missing tests and suggested cases for release readiness.

What is test coverage gap reporting and how does it improve quality gates?▼

Test coverage gap reporting analyzes your test suites to identify uncovered code paths. It improves quality gates by providing actionable test plans and coverage metrics to satisfy pre-release criteria and reduce regression risk.

How do I generate a missing tests plan for unit, integration, and UI test suites?▼

Generate a missing tests plan by running a coverage audit across unit, integration, and UI test suites. This produces a structured report suggesting specific test cases to fill detected coverage gaps before release.

Can I integrate test coverage auditing with existing CI pipelines?▼

Yes, test coverage auditing integrates with common CI pipelines. It applies coverage metrics and gap reporting to guide quality gates, ensuring release readiness directly within your continuous integration workflow.

When do I need test coverage auditing for release readiness?▼

You need test coverage auditing before releases to reduce risk and regressions. It identifies gaps in your test suites and generates an actionable test plan to ensure pre-release quality criteria are met.