test-evidence-review

Review test files and manual evidence against story acceptance criteria.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/easonlao/jiazi-game --skill test-evidence-review-easonlao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-evidence-review
Source: https://github.com/easonlao/jiazi-game/tree/main/.claude/skills/test-evidence-review
Command: npx skills add https://github.com/easonlao/jiazi-game --skill test-evidence-review-easonlao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents stories from being marked “done” when tests or manual evidence exist but do not actually verify acceptance criteria, cover edge cases, or include required sign-offs.

Core Features & Use Cases

  • Test quality auditing: Evaluates assertion coverage, edge-case coverage, naming quality, and formula traceability for Logic/Integration stories.
  • Manual evidence auditing: Checks criterion linkage, sign-off completeness, artefact completeness, and freshness for Visual/Feel and UI stories.
  • Scope-based reviews: Review a single story, an entire sprint, or all stories within a system/epic, then produce ADEQUATE/INCOMPLETE/MISSING verdicts.

Quick Start

Run /test-evidence-review production/epics/finance/story-foo.md to generate a quality review report for that single story.

Frequently Asked Questions about test-evidence-review

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

FAQPage Schema
How do I audit automated test files against acceptance criteria?

Auditing automated test files against acceptance criteria involves evaluating assertion coverage, edge-case handling, naming quality, and formula traceability to ensure tests validate story requirements. This produces ADEQUATE, INCOMPLETE, or MISSING verdicts with a summary report.

What is manual evidence auditing for sprint validation?

Manual evidence auditing for sprint validation checks criterion linkage, sign-off completeness, artefact completeness, and freshness for Visual/Feel and UI stories. It ensures that manual evidence documents actually verify the required acceptance criteria before QA sign-off.

Can I review test coverage for an entire epic or sprint scope?

Yes, you can review test coverage for an entire epic or sprint scope. Scope-based reviews evaluate all stories within a system, epic, or sprint, producing aggregated ADEQUATE, INCOMPLETE, or MISSING verdicts and a summary report for the complete batch.

How do I know if my test evidence covers edge cases before QA sign-off?

To know if test evidence covers edge cases before QA sign-off, you run an evidence audit that evaluates assertion coverage and edge-case testing alongside required sign-offs. The audit outputs a clear ADEQUATE or INCOMPLETE verdict highlighting missing validation.

What is the best way to prevent incomplete stories from being marked done?

The best way to prevent incomplete stories from being marked done is performing an evidence audit that cross-references test files and manual evidence with acceptance criteria. This validates coverage and required sign-offs, outputting a MISSING or INCOMPLETE verdict if validation gaps exist.

Does test evidence review work for Logic and Integration stories specifically?

Yes, test evidence review works for Logic and Integration stories specifically by evaluating assertion coverage, edge-case testing, and formula traceability. It also applies to Visual/Feel, UI, and Config/Data stories to ensure complete criterion validation across all story types.