verification-before-completion

Run verification commands and validate exit codes before reporting completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claims of completion without verified evidence lead to risk and dishonesty. This guide enforces a disciplined approach to verify outputs before declaring success.

Core Features & Use Cases

  • Enforces a strict "verify-then-claim" workflow with explicit steps to run verification commands, review outputs, and validate results.
  • Reduces risk across code, tests, builds, and deployments by ensuring fresh verification evidence is present before status updates or PRs.
  • Suitable for CI/CD gates, code reviews, and project handoffs where trust and reproducibility matter.

Quick Start

Run the verification command in the message, review the full output, and only claim success after confirming fresh evidence.

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 evidence-based verification before claiming task completion?

To enforce evidence-based verification before claiming task completion, run a verification command, review the full output, validate exit codes, and report success only after confirming fresh evidence across code, tests, and configurations.

What is a verify-then-claim workflow in CI/CD pipelines?

A verify-then-claim workflow in CI/CD pipelines enforces a disciplined approach to run verification commands, validate exit codes, and ensure fresh verification evidence is present before status updates, PRs, or deployments.

How do I validate test success claims with fresh verification outputs?

To validate test success claims with fresh verification outputs, execute the required test commands, read the outputs, validate the exit codes, and declare success only after the evidence checks pass.

Can I use this verification approach for code reviews and project handoffs?

Yes, you can use this verification approach for code reviews and project handoffs where trust and reproducibility matter, ensuring fresh verification evidence is validated before declaring success and reducing risk across builds.

Why does claiming build success without verified evidence lead to risk?

Claiming build success without verified evidence leads to risk and dishonesty because it lacks validation from fresh verification outputs, exit codes, and confirmed results across code, tests, and configurations.