verification-before-completion

Enforces a five-step gate workflow to verify completion claims with evidence.

12|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ovargas/virtual-team --skill verification-before-completion-ovargas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/ovargas/virtual-team/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/ovargas/virtual-team --skill verification-before-completion-ovargas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

No completion claims without fresh verification evidence. Every positive status update must be grounded in verifiable test results, builds, or checks.

Core Features & Use Cases

  • Defines a rigorous five-step gate (IDENTIFY, RUN, READ, VERIFY, ONLY THEN) to validate completion claims.
  • Integrates with CI/CD workflows to prevent premature releases.
  • Provides audit-friendly evidence logging for PRs and deployments.

Quick Start

Run a fresh verification and document the exact command, its output, and conclusions in this message.

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 test verification before declaring a build completion in CI/CD?

You can enforce test verification by applying a formal gate workflow that requires IDENTIFY, RUN, READ, VERIFY, and ONLY THEN steps. This ensures no completion claims are made without fresh verification evidence from your builds. It prevents premature releases by demanding verifiable test results.

What is an evidence-based completion claim gate for software pipelines?

An evidence-based completion claim gate is a rigorous workflow that validates status updates by requiring fresh test results or builds. It defines a five-step process—IDENTIFY, RUN, READ, VERIFY, ONLY THEN—to ensure every positive status update is grounded in verifiable evidence.

How do I prevent AI agents from reporting dishonest task completion status?

To prevent AI agents from reporting dishonest task completion status, implement a verification gate requiring them to run fresh checks and document exact commands and outputs. This enforces evidence-based completion claims, stopping unverified status updates across development pipelines.

Does verification-before-completion work for software teams needing audit-friendly PR evidence?

Verification-before-completion works for software teams by providing audit-friendly evidence logging for PRs and deployments. It integrates with your CI/CD workflows to enforce a five-step gate, ensuring every task outcome is backed by verifiable build and test evidence.

When should I not use an automated verification gate for task completion?

You should not use an automated verification gate when you cannot run fresh checks or document exact command outputs. The gate requires a formal workflow to produce verifiable claim-evidence outputs, so it is unsuitable for environments where tests or builds cannot be executed on demand.