test-evidence-review

Evaluate story tests and manual evidence against acceptance criteria.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill test-evidence-review-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-evidence-review
Source: https://github.com/dnkrow/skill/tree/main/claude-global/test-evidence-review
Command: npx skills add https://github.com/dnkrow/skill --skill test-evidence-review-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams avoid shipping stories whose tests and manual evidence are present but do not actually verify all acceptance criteria, edge cases, and required sign-offs.

Core Features & Use Cases

  • Automated test quality review: Assesses assertion coverage, edge case handling, naming quality, and (for logic stories) formula traceability.
  • Manual evidence document review: Checks criterion linkage, required sign-offs, artefact completeness (for Visual/Feel/UI), and evidence freshness.
  • Actionable verdicts: Produces ADEQUATE, INCOMPLETE, or MISSING per story (and flags BLOCKING vs ADVISORY issues).

Quick Start

Run the skill for a specific story by asking: /test-evidence-review path/to/your/story.md.

Frequently Asked Questions about test-evidence-review

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

FAQPage Schema
How do I check if automated tests actually cover all acceptance criteria?

To check if automated tests cover acceptance criteria, evaluate assertion coverage, edge case handling, and naming quality against the required story criteria. This distinguishes between tests that pass and tests that genuinely verify the expected logic.

What is manual test evidence review and when do I need it?

Manual test evidence review is the process of auditing criterion linkage, required sign-offs, and artefact completeness for Visual, Feel, and UI story types. You need it when manual documentation must prove specific visual and interface requirements were met.

How do I review test evidence for an entire sprint?

To review test evidence for an entire sprint, locate the story files and evidence artifacts across Logic, Integration, Visual, UI, and Config/Data story types. The evaluation then produces an overall quality verdict with blocking and advisory issue flags.

Can I trace formula logic during a test quality review?

Yes, you can trace formula logic during a test quality review specifically for logic stories. The evaluation checks for formula traceability alongside assertions and edge cases to verify the underlying mathematical or business logic.

What's the best way to audit QA sign-offs and artefact completeness?

The best way to audit QA sign-offs and artefact completeness is to run an automated evidence review that checks evidence freshness and required approvals. It yields a verdict of ADEQUATE, INCOMPLETE, or MISSING per story.

Does test evidence review work without an automated testing framework?

Test evidence review works without an automated testing framework by evaluating manual evidence documents for criterion linkage and sign-offs. It also assesses automated test quality by checking assertion coverage and edge case handling when test files exist.