verification-before-completion

Enforce evidence-based verification before declaring tasks complete.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification is risky and misleading; this rule enforces evidence-backed completion to prevent false positives and wasted effort.

Core Features & Use Cases

  • Enforce a repeatable verification gate before status claims in software delivery and project management.
  • Identify the verification commands, run them fully, read outputs, evaluate results, and attach evidence to support or refute claims.
  • Applicable to code changes, tests, builds, documentation, and release processes wherever fresh verification is required.

Quick Start

Run the full verification sequence on your current task, read the outputs, and only then assert completion with evidence.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I enforce evidence-based verification before claiming a software release is complete?

You can enforce evidence-backed completion by applying a verification protocol that requires running specific commands, reading their outputs, and attaching fresh evidence to support any status claim before a task is declared finished.

What is evidence-backed verification in quality assurance workflows?

Evidence-backed verification in quality assurance is a process that prevents false positives by requiring fresh verification outputs, such as test or build results, to be produced and evaluated before any work status is asserted as complete.

How do I stop false positive completion claims in software development tasks?

To stop false positive completion claims in software development, implement a repeatable verification gate that requires running full verification sequences and evaluating the actual outputs before asserting task completion with attached evidence.

Does this verification protocol work for documentation and code changes alike?

Yes, the verification protocol works for documentation and code changes alike. It is applicable to code changes, tests, builds, documentation, and release processes wherever fresh verification outputs are required to assert completion.

What are the limitations of using manual verification for release processes?

Manual verification for release processes risks misleading status claims and wasted effort if work is claimed complete without fresh verification outputs. A strict, repeatable verification gate is required to prevent false positives and ensure evidence-backed claims.