review-evidence-skill

Collect scoped code review evidence for the Harness Verify implementation lane.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you gather and synthesize scoped code review evidence during the Verify workflow when you need evidence collection, not a final pass/fail gate decision.

Core Features & Use Cases

  • Scoped evidence collection for Verify implementation: Produces a standardized review-evidence report for downstream gate-skill evaluation.
  • Configurable review breadth via review_profile: Selects review lanes from light to deep (static semantics, test review, security review, complexity/performance review).
  • Lane coverage, fallback, and completeness tracking: Ensures each selected lane records coverage status and missing evidence instead of collapsing everything into one untraceable summary.
  • Evidence triage and low-severity control: Promotes only risks that threaten acceptance, validation credibility, agreement completeness, recovery safety, or operator-facing semantics; absorbs low-severity items into residual risk with explicit rules.

Quick Start

Use the review-evidence-skill to produce a review evidence report for the current WorktrackScope.Verify evidence-collection round using your chosen review_profile.

Frequently Asked Questions about review-evidence-skill

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

FAQPage Schema
How do I collect code review evidence without producing a final pass or fail gate decision?

You collect code review evidence without final gate judgments by constructing lane-specific evidence packages across static-semantic, test, security, and complexity/performance dimensions. This approach outputs a standardized review-evidence report for downstream aggregation rather than blocking deployment.

What is the best way to synthesize scoped security and test review evidence for downstream evaluation?

Synthesizing scoped security and test review evidence requires applying fallback-aware SubAgent dispatch and evidence triage rules. This process promotes only risks threatening acceptance or validation credibility while absorbing low-severity items into residual risk with explicit rules.

Can I configure the breadth of my static semantic and complexity performance review coverage?

Yes, you can configure review breadth by selecting a review_profile ranging from light to deep. This selects specific review lanes and ensures each lane records coverage status and tracks missing evidence instead of collapsing everything into an untraceable summary.

How do I handle missing evidence during a multi-dimensional code security review?

Handling missing evidence during a code security review involves applying lane coverage, fallback, and completeness tracking. This mechanism ensures each selected lane records its coverage status and explicitly documents missing evidence for the downstream gate-skill evaluation.

When should I use an evidence collection workflow instead of a final gate pass fail evaluation?

Use an evidence collection workflow during the Verify implementation phase when you need to gather and synthesize scoped review data for downstream gate-skill aggregation. It is specifically designed for situations requiring evidence collection rather than a final pass or fail gate decision.