verification-before-completion

Run verification commands and document outputs before claiming task completion.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill verification-before-completion-i-onlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/verification-before-completion
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill verification-before-completion-i-onlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that any completion claim is backed by fresh verification evidence, preventing premature or dishonest closures.

Core Features & Use Cases

  • Enforces evidence-based completion checks within development workflows.
  • Standardizes the verification workflow: run commands, review outputs, and document results before signaling success.
  • Use Case: PR closures, releases, or status updates require verifiable verification to avoid false positives.

Quick Start

Run the verification commands and attach fresh evidence before claiming 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 evidence before closing a pull request?

To enforce verification evidence before closing a pull request, run validation commands, capture fresh outputs, and document the results to prevent premature closures. This quality-gate process mandates verifiable proof of success before allowing a PR to merge.

What is evidence-based completion in CI/CD pipelines?

Evidence-based completion in CI/CD pipelines is a quality-gate mechanism requiring fresh verification outputs before any status closure. It standardizes the workflow by running commands, evaluating results, and documenting evidence to prevent false positives during releases.

How do I prevent false positives during software release status updates?

To prevent false positives during software release status updates, implement an evidence-based completion check that captures and evaluates fresh verification command outputs. Documenting this evidence before signaling success ensures release claims are fully backed by valid results.

Does verification before completion require specific testing frameworks to work?

Verification before completion does not require specific testing frameworks, as it standardizes running any validation commands and evaluating their outputs. It focuses on capturing fresh execution evidence and documenting results, making it compatible with existing CI/CD tools.

What is the best way to standardize validation checks across development workflows?

The best way to standardize validation checks across development workflows is to enforce an evidence-based completion process. This involves running verification commands, reviewing outputs, and documenting results before signaling success, ensuring consistent quality-gates for PRs and releases.

Why does my task completion claim fail without fresh verification evidence?

Your task completion claim fails without fresh verification evidence because the quality-gate requires recent execution outputs to prevent dishonest closures. It mandates capturing live command results and documenting them before final claims are accepted, avoiding false positives.