verification-before-completion

Require fresh verification evidence before reporting software tasks as complete.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill verification-before-completion-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/curated/verification-before-completion
Command: npx skills add https://github.com/yanochka11/harness_bro --skill verification-before-completion-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents false completion claims by requiring fresh verification evidence before reporting that work is finished, fixed, or successful.

Core Features & Use Cases

  • Verification Gatekeeping: Enforces identifying, running, reading, and confirming verification commands before making status claims.
  • Evidence-Based Reporting: Helps avoid relying on assumptions, partial checks, previous runs, or agent-reported success.
  • Use Case: Apply this Skill before committing code, creating pull requests, reporting test results, or declaring requirements complete to ensure every claim is backed by actual output.

Quick Start

Use the verification-before-completion skill before claiming that your task is complete and provide the verification evidence that proves the result.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I prevent false completion claims in software development workflows?

Evidence-based reporting requires running fresh verification commands, inspecting their outputs, and confirming results before declaring tasks complete. This prevents relying on assumptions, partial checks, previous runs, or delegated agent-reported success.

When do I need to verify code with fresh evidence before reporting a bug fix?

You must verify code with fresh evidence before reporting a bug fix, committing code, creating pull requests, or declaring requirements complete to ensure status claims are backed by actual test and build outputs.

What is the best way to ensure pull requests are backed by verified test results?

The best way to ensure pull requests are backed by verified test results is to execute relevant verification commands and inspect their actual outputs immediately before completion, avoiding reliance on partial checks or previous runs.

Does verification before completion work for delegated agent work and automated builds?

Yes, verification before completion works for delegated agent work and automated builds by requiring execution of relevant verification commands, inspection of outputs, and evidence-backed status reporting before any completion statements are made.

Why does relying on previous test runs cause inaccurate software quality assurance?

Relying on previous test runs causes inaccurate software quality assurance because it skips fresh verification, allowing false completion claims based on outdated or partial checks rather than current, evidence-backed command outputs.