verification-before-completion

Run a five-step verification workflow and report evidence before completion claims.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces evidence-based completion by ensuring verification is performed before any status claims, preventing unsafe or premature releases.

Core Features & Use Cases

  • Enforces a 5-step verification gate before declaring completion.
  • Provides a repeatable workflow for identifying the proof command, executing it fresh, reviewing outputs, and reporting results.
  • Use case: when finalizing a feature, run the verification steps and only push a PR if the output confirms success with evidence.

Quick Start

Run the verification workflow on a new task and verify the output before declaring completion.

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 verification before claiming task completion in software engineering?

Verification before completion enforces evidence-based checks by running a 5-step workflow. It identifies proof commands, executes them, checks output and exit codes, and reports status to prevent premature task completion claims.

What is the best way to generate evidence for a feature before pushing a PR?

To generate evidence before pushing a PR, run a verification workflow that executes test commands, checks exit codes, counts failures, and reports success status with concrete output evidence.

How does the verification gate process work for finalizing a release?

The verification gate process works by defining a full workflow that identifies required proof, executes it fresh, reviews command outputs, checks exit codes, and reports verifiable status before allowing any release completion claims.

Can I use verification steps to prevent unsafe or premature releases?

Yes, you can use verification steps to prevent unsafe releases. The process enforces a strict 5-step gate that requires successful command execution and evidence review before allowing any completion assertions.

What steps are required to validate command output and exit codes before completion?

Validating command output and exit codes requires defining a verification workflow, executing the proof command fresh, reviewing the generated outputs, checking failure counts, and reporting the final status with evidence.

Why should I run a verification workflow instead of trusting a direct completion assertion?

You should run a verification workflow because it enforces evidence-based completion by checking command output, exit codes, and failure counts. This prevents unsafe or premature releases by guaranteeing status claims have verifiable proof.