test-evidence-skill

Collect test and verification evidence into a structured validation report.

29|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/OceanEyeFF/servo --skill test-evidence-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-evidence-skill
Source: https://github.com/OceanEyeFF/servo/tree/main/product/harness/skills/test-evidence-skill
Command: npx skills add https://github.com/OceanEyeFF/servo --skill test-evidence-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当 Harness 需要在有限范围内完成一轮验收验证,但你缺少能够直接用于关卡判定的测试证据与映射结果时,本技能把“验收/验证要求”落到可复用、可追溯的证据收集与报告输出上,避免验证口径不一致或证据不足导致的返工。

Core Features & Use Cases

  • Evidence-to-criteria mapping:把验收标准与验证要求映射到本轮限定范围的检查项与可用结果。
  • Freshness-aware reuse:将现有证据按新鲜/过期/未知等状态分类,优先复用新鲜且可信的结果,缺失则仅运行必要检查。
  • Structured validation evidence report:产出固定格式的验证证据报告,明确覆盖、未覆盖/被阻塞项、置信度与残留风险,为后续 gate-skill 提供输入。
  • Verify lane coordination:对应 WorktrackScope.Verify 的 validation lane(收集证据阶段),与 implementation/policy 两个并行校验面协同工作。

Quick Start

Use the test-evidence-skill to generate a validation-evidence report for the current verify round by providing the current worktrack scope artifacts, acceptance criteria, and explicit validation requirements, so Harness can decide which requirements are covered and which remain blocked.

Frequently Asked Questions about test-evidence-skill

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

FAQPage Schema
How do I collect test evidence for acceptance criteria validation?

Collecting verification-grade test evidence involves mapping acceptance criteria to reproducible checks within a limited validation scope. The process produces a structured validation evidence report detailing coverage mapping, confidence assessment, and explicit lists of blocked or uncovered items for gate decisions.

What is freshness-aware evidence reuse in test validation?

Freshness-aware evidence reuse classifies existing test results by fresh, expired, or unknown status during validation. It prioritizes reusing fresh and trustworthy results first, and only runs necessary new checks to fill missing evidence gaps.

How do I generate a validation evidence report for a verify lane?

To generate a validation evidence report, provide your current worktrack scope artifacts, acceptance criteria, and explicit validation requirements. The output explicitly lists covered items, blocked items, and confidence assessments for downstream gate decisions.

Does an AI coding harness support test evidence collection for gate decisions?

An AI coding harness supports test evidence collection by applying the Skill during the WorktrackScope.Verify validation lane. It requires an active worktrack and explicit validation requirements to evaluate before producing a structured evidence report for gate decisions.

What are the limitations of reusing verification evidence for acceptance criteria?

A key limitation is that items classified as expired, unknown, or blocked remain uncovered and pose residual risks. Only fresh and trustworthy evidence is reused, meaning necessary new checks must run to cover missing validation requirements before a gate decision.