verification-before-completion

Run verification commands and attach output evidence before claiming completion.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/DaFum/github-repository-vi --skill verification-before-completion-dafum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/DaFum/github-repository-vi/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/DaFum/github-repository-vi --skill verification-before-completion-dafum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures honest, verifiable completion claims by enforcing that verification evidence is produced before asserting success. It guides teams to run full verification commands, inspect outputs, and report results with supporting evidence.

Core Features & Use Cases

  • Structured verification workflow: Identify the verification command, run it, read the full output, and verify results before making any completion claim.
  • Evidence-driven decision making: Attach verification logs and outputs as part of the completion claim to provide auditable proof.
  • Use Case: Before closing a pull request or releasing a build, perform the verification step and only claim success if fresh results confirm the intended outcome.

Quick Start

  1. Identify the verification command applicable to your project.
  2. Run the command to generate fresh verification output.
  3. Read the full command output, validate exit codes, and confirm results match the claim.
  4. If verification passes, report success with the attached evidence; otherwise, report failures and address the root cause.

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 claiming a task is complete?

Verification evidence is enforced by identifying a proof command, running it, reading the full output, and validating exit codes before claiming task completion. This structured workflow ensures honest, verifiable completion claims by requiring fresh results as auditable proof.

What is the best way to verify code changes before closing a pull request or deployment?

The best way to verify code changes before a pull request or deployment is to run full verification commands, inspect the outputs, and confirm results match the intended outcome. Only claim success if fresh results explicitly confirm the completion criteria.

How does evidence-driven decision making work for QA and project updates?

Evidence-driven decision making for QA works by attaching verification logs and command outputs directly to your completion claim. This provides auditable proof that fresh results confirm the intended outcome before a pull request, deployment, or task closure is approved.

What should I do if my verification command output does not match my completion claim?

If verification command output does not match your completion claim, you must report the failures and address the root cause. You should never claim success without fresh verification evidence explicitly confirming that the results match the intended outcome.

Does this verification workflow require any specific testing frameworks or dependencies?

No specific testing frameworks or dependencies are required. The verification workflow applies across general software development workflows and QA processes, allowing you to identify and run whatever verification command is applicable to your specific project environment.