verification-before-completion

Enforce evidence-first verification workflows before marking tasks complete.

19|2|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/CodingCossack/agent-skills-library --skill verification-before-completion-codingcossack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/CodingCossack/agent-skills-library/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/CodingCossack/agent-skills-library --skill verification-before-completion-codingcossack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill enforces an evidence-first workflow to prevent premature success claims, guiding users to verify results before reporting completion.

Core Features & Use Cases

  • Establishes a repeatable verification protocol that identifies the exact command to prove a claim, runs the command fully, analyzes outputs, and only then asserts success.
  • Applies to commits, pull requests, and task closures across mono-repos or multi-repo setups, ensuring verifiable quality gates.
  • Facilitates rigorous change verification by requiring explicit evidence and offering guardrails against premature conclusions.

Quick Start

Follow the Core Protocol before making any completion claim.

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 an evidence-first verification workflow for task completion claims?

An evidence-first verification workflow validates completion claims by identifying exact commands, running them fully, and analyzing outputs before asserting success. This prevents premature conclusions by requiring reproducible verification steps and explicit logs.

What's the best way to prevent premature success claims in CI/CD pipelines?

Preventing premature success claims in CI/CD pipelines requires a repeatable verification protocol that acts as a quality gate. It ensures changes are proven via explicit evidence, tests, and regression-proof logs before marking tasks, commits, or pull requests as complete.

How do I verify pull requests with explicit evidence before closing tasks?

Verifying pull requests with explicit evidence involves running defined verification steps to capture reproducible outputs. This protocol applies across mono-repos or multi-repo setups, ensuring rigorous change verification and guardrails against premature task closures.

Does this verification protocol work for multi-repo software engineering setups?

Yes, this verification protocol is designed for multi-repo software engineering setups. It establishes verifiable quality gates across commits and pull requests, ensuring completion claims are supported by reproducible evidence regardless of repository architecture.

Why do I need reproducible verification steps for software development completion?

Reproducible verification steps are needed for software development completion to satisfy regression-proof protocols in daily engineering practice. They provide the explicit evidence and logs required to prove changes work fully, preventing unverified assertions from reaching production.