test-evidence-review

Evaluate test files and evidence documents for coverage and correctness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires os, shutil, glob, re, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill reviews test files and evidence documents for completeness and quality, providing an assessment to ensure accuracy before QA sign-off.

Core Features & Use Cases

  • Automated Quality Review: Evaluates assertion coverage, edge case handling, naming conventions, and evidence completeness.
  • Custom Review Options: Offers single story, sprint, and system reviews, and can run before QA hand-off or on demand.
  • Report Generation: Generates a summary report in conversation and optional persistent report file.

Quick Start

Run a test evidence review for a specific story using: /test-evidence-review [story-path]

Frequently Asked Questions about test-evidence-review

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

FAQPage Schema
How do I review test file quality and assertion coverage before a QA sign-off?

To review test file quality before a QA sign-off, you need an automated assessment of assertion coverage, edge case handling, and naming conventions. This process evaluates logic, integration, and UI/Visual stories using content analysis to ensure thorough correctness and completeness.

What is the best way to assess evidence document completeness for a specific user story?

Assessing evidence document completeness for a specific user story is best handled by running an argument-based review filtered by story path. This evaluates the evidence against quality criteria and generates a summary report to ensure all required documentation is present and accurate.

Can I filter a test evidence review by sprint or system name instead of individual files?

Yes, you can filter a test evidence review by sprint or system name. The review operates using argument-based filtering, allowing you to target specific sprints or systems directly rather than evaluating individual files, ensuring comprehensive coverage for the entire scope.

How does automated test evidence review work without external dependencies?

Automated test evidence review works without external dependencies by using Python's built-in libraries and grep for text matching. It navigates the file system to analyze test file content, evaluating assertion coverage and logic stories through internal content analysis mechanisms.

Does test evidence review support generating persistent reports for sprint-level analysis?

Yes, test evidence review supports generating persistent reports for sprint-level analysis. Along with providing a summary directly in the conversation, it can output an optional persistent report file to document the quality assessment of your test files and evidence documents.