test-case-review

Review test cases against requirement documents and generate JSON and markdown reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/taptap/agents-plugins --skill test-case-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-case-review
Source: https://github.com/taptap/agents-plugins/tree/main/plugins/test/skills/test-case-review
Command: npx skills add https://github.com/taptap/agents-plugins --skill test-case-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify coverage gaps and quality issues in existing test cases by comparing them against requirement documents and design artifacts, producing structured findings and prioritized remediation suggestions.

Core Features & Use Cases

  • Requirement extraction and RP-N function point mapping to ensure each requirement is validated by test cases.
  • Four-dimension review (coverage, completeness, correctness, quality) with structured intermediate files and final JSON/markdown outputs.
  • Use case: QA or product teams ingest an existing test case JSON and optional requirement/design sources to generate a review_result.json, review_summary.md, and supplementary_cases.json for uncovered gaps.

Quick Start

Run the skill with a test cases file and an optional requirement document to generate review_result.json and review_summary.md.

Frequently Asked Questions about test-case-review

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

FAQPage Schema
How do I check test case coverage against requirement documents?

To check test case coverage, you compare existing test cases against requirement documents and design artifacts to extract requirement points and map them to validate coverage. This process identifies uncovered gaps and detects quality issues in the test suite.

What is the best way to find missing test cases for my QA audit?

The best way to find missing test cases during a QA audit is to review existing tests across four dimensions: coverage, completeness, correctness, and quality. This generates a supplementary cases file detailing prioritized remediation for uncovered requirement gaps.

Can I parse JSON formatted test cases for requirement mapping?

Yes, you can parse JSON or text-formatted test cases to extract requirement points and map them to RP-N items. This allows the review process to ingest structured data inputs alongside optional design documents to generate structured JSON outputs.

Does the test case review process handle large files and design artifacts?

Yes, the test case review process handles large files and optional design document fetches. It ingests these sources alongside test cases to ensure comprehensive requirements coverage analysis without file size limitations.

What output formats are generated when auditing test cases?

Auditing test cases generates structured JSON and markdown report outputs. Specifically, it produces a review_result.json for detailed findings, a review_summary.md for actionable improvements, and a supplementary_cases.json for uncovered gaps.

When should I use automated test case review instead of manual QA audits?

You should use automated test case review when comparing test cases against requirement documents during test planning workflows. It efficiently handles large files and structured JSON inputs to produce prioritized remediation suggestions faster than manual audits.