testcase-reviewer

Evaluate test cases for executability, assertion completeness, duplication, and coverage gaps.

63|14|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/liwanlei/AITestCraft --skill testcase-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testcase-reviewer
Source: https://github.com/liwanlei/AITestCraft/tree/main/skills/testcase-reviewer
Command: npx skills add https://github.com/liwanlei/AITestCraft --skill testcase-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

测试团队常因用例不完整、断言缺失、逻辑错误或覆盖不足而导致返工与遗漏缺陷,这个 Skill 帮你把“能跑”变成“有效覆盖”。

Core Features & Use Cases

  • 可执行性评估:检查步骤是否清晰、是否缺少前置条件。
  • 断言与预期结果完整性:识别是否缺少预期结果与关键断言。
  • 重复与逻辑错误发现:定位与其他用例重复的部分,并指出步骤顺序/数据依赖问题。
  • 需求对齐与覆盖缺口:对照原始需求检查功能点、业务规则与边界条件覆盖是否充分。
  • 典型用例场景:当你从需求生成了一批测试用例后,用它快速做质量把关并找出需要补充的用例。

Quick Start

将你的需求描述与测试用例内容一起交给 testcase-reviewer,直接获得评分、问题清单、重复项与优化建议。

Frequently Asked Questions about testcase-reviewer

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

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

To check test case coverage gaps against a requirement, evaluate executability, assertion completeness, and logical correctness to pinpoint missing functional points, business rules, and edge cases for effective requirements traceability.

What is test case review and how does duplication detection work?

Test case review evaluates quality by checking executability and assertion validation. Duplication detection works by comparing test cases to locate overlapping steps and identifying logical errors in step sequences or data dependencies.

How to review test cases for missing assertions and expected results?

To review test cases for missing assertions and expected results, perform an assertion validation check to identify incomplete expected outcomes and ensure steps have clear preconditions for accurate quality assessment.

Can I use automated quality assessment for functional test case authoring?

Yes, you can use automated quality assessment for functional test case authoring by applying a reviewer to iterate workflows, enforce structured output, and generate a numeric score with categorized findings.

What is the best way to find missing edge cases in generated test cases?

The best way to find missing edge cases in generated test cases is to align them directly against original requirements, checking for coverage gaps in business rules and boundary conditions to prevent defect leakage.