test-evidence-review

Review test files and manual evidence for coverage and completeness.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nevesb/idol-agency-maker --skill test-evidence-review-nevesb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-evidence-review
Source: https://github.com/nevesb/idol-agency-maker/tree/main/.claude/skills/test-evidence-review
Command: npx skills add https://github.com/nevesb/idol-agency-maker --skill test-evidence-review-nevesb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test files and manual evidence often exist but fail to prove that acceptance criteria and edge cases are covered; this Skill identifies gaps in assertion coverage, naming, edge-case handling, sign-offs, and artefact completeness so QA receives reliable evidence for story closure.

Core Features & Use Cases

  • Discovery & Mapping: Locate story scopes (single story, sprint, system) and find associated automated tests and manual evidence using glob and grep strategies.
  • Automated Test Analysis: Count and classify assertions, detect thin or vacuous tests, check edge case coverage, evaluate naming quality, and verify formula traceability for logic and integration tests.
  • Manual Evidence Audit: Verify criterion linkage, required sign-offs, screenshots/walkthroughs presence, and evidence date freshness for Visual/Feel and UI stories.
  • Use Cases: Run before QA hand-off, during milestone quality audits, or on-demand when test quality is in question.

Quick Start

Run the test-evidence-review for a story path or sprint to get per-story ADEQUATE/INCOMPLETE/MISSING verdicts and optionally write a consolidated evidence-review markdown to production/qa.

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 test evidence covers acceptance criteria before QA hand-off?

Assessing test evidence quality involves parsing acceptance criteria and test assertions to locate gaps in coverage, naming, and edge-case handling. It applies glob and grep rules to find test files and manual evidence, generating ADEQUATE, INCOMPLETE, or MISSING verdicts to ensure QA receives reliable proof for story closure.

What is the best way to audit assertion coverage and test quality for a sprint scope?

The best way to audit test quality across a sprint is to apply review rules to the sprint scope, counting and classifying assertions while detecting vacuous tests. It checks naming quality and formula traceability, generating per-story ADEQUATE, INCOMPLETE, or MISSING verdicts with an optional markdown report for milestone quality audits.

How do I verify manual evidence freshness and sign-offs for visual and UI stories?

Verifying manual evidence freshness requires checking criterion linkage, required sign-offs, and screenshot or walkthrough presence for visual and UI stories. The audit evaluates evidence date freshness to ensure manual proof is current and complete for story closure.

Can I use glob and grep rules to locate test files and manual evidence across system epics?

Using glob and grep rules allows you to locate test files and manual evidence documents across single story paths, sprint scopes, or system epics. Discovery and mapping strategies find associated automated tests, enabling evaluation of logic, integration, visual, UI, and config data evidence at any scale.

Why do my test files exist but fail to prove edge case coverage for story closure?

Test files fail to prove edge case coverage when assertions are thin, vacuous, or missing edge case handling. Reviewing test evidence quality detects these gaps by checking assertion coverage, naming, and formula traceability, producing ADEQUATE, INCOMPLETE, or MISSING verdicts to ensure QA receives reliable proof.

Does test evidence review work without external dependencies or components?

Test evidence review operates without external dependencies or components. It relies on glob and grep rules to locate files, parses acceptance criteria and test assertions, and evaluates edge coverage and manual evidence sign-offs independently, producing verdicts and an optional markdown report.