verification-before-completion

Run a documented verification command and report evidence-backed completion.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/JoaquinCampo/codex-skills --skill verification-before-completion-joaquincampo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/JoaquinCampo/codex-skills/tree/main/verification-before-completion
Command: npx skills add https://github.com/JoaquinCampo/codex-skills --skill verification-before-completion-joaquincampo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification can lead to dishonest reporting and misplaced trust. This skill enforces a rigorous, evidence-based process before any completion claims, reducing risk and rework.

Core Features & Use Cases

  • Verification gate: defines a command, runs it, analyzes output, and reports truth with attached evidence.
  • Guided workflow: suitable for QA, code reviews, and release processes to ensure evidence supports all success claims.
  • Use Case: before merging a PR, invoke the gate to verify tests, lint, and build results before declaring success.

Quick Start

Use the verification-before-completion skill when you are about to claim completion. Follow the gate steps to identify the verification command, run it, read full output, and publish an evidence-backed claim.

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 declaring task completion in software engineering?▼

To enforce verification before declaring task completion, implement a gate that requires a documented verification command, fresh execution, complete output review, and conditioned success reporting to ensure evidence supports all claims.

What is claims validation in software quality assurance?▼

Claims validation in software quality assurance is the process of requiring fresh evidence, such as test or build results, before accepting any success claims, reducing dishonest reporting and rework.

Can I use a verification gate during code reviews and release processes?▼

Yes, you can use a verification gate during code reviews and release processes to guide QA workflows, ensuring that tests, lint, and build results are verified with evidence before merging a PR.

What's the best way to verify tests and builds before claiming a fix is complete?▼

The best way to verify tests and builds before claiming a fix is complete involves defining a verification command, running it freshly, analyzing the full output, and publishing an evidence-backed claim.

Why does claiming work as complete without verification lead to rework?▼

Claiming work as complete without verification leads to rework because it allows dishonest reporting and misplaced trust, skipping the necessary evidence-based process to validate fixes and builds.