verification-before-completion

Enforce fresh verification evidence before declaring task completion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hack-ink/codexlab --skill verification-before-completion-hack-ink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/hack-ink/codexlab/tree/main/.codex/skills/verification-before-completion
Command: npx skills add https://github.com/hack-ink/codexlab --skill verification-before-completion-hack-ink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Premature completion claims without fresh verification data erode trust and can lead to failed deployments or faulty software.

Core Features & Use Cases

  • Enforces a formal verification gate before status updates, PRs, or releases.
  • Guides users through a repeatable, evidence-driven validation process with clear criteria.
  • Applies to software delivery, QA verification, and task completion workflows that demand auditable outputs.

Quick Start

Run a verification on the current work item and declare success only when all criteria are satisfied.

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 a pull request?

Enforce evidence-based verification before a pull request by executing verification steps, evaluating outputs, and documenting findings to satisfy formal criteria. This prevents premature completion claims by requiring fresh validation data as auditable outputs.

What is evidence-first task completion in software delivery?

Evidence-first task completion is a workflow mechanism that gates status updates or releases behind fresh verification data. It ensures software delivery claims are backed by auditable outputs from executed tests and evaluated results rather than assumptions.

How do I document quality assurance findings for code review readiness?

Document quality assurance findings for code review readiness by running a formal verification gate on the current work item. Execute the required verification steps, evaluate the outputs against clear criteria, and record the findings as auditable evidence before declaring completion.

Can I use this verification process for general task completion workflows?

Yes, you can use this verification process for general task completion workflows. It applies to any software delivery or QA task requiring evidence-driven validation, guiding you through a repeatable process to generate auditable outputs that satisfy completion criteria.

Why do premature completion claims cause failed software deployments?

Premature completion claims cause failed software deployments because they bypass fresh verification data, eroding trust and introducing faulty software. An enforced verification gate prevents this by requiring evaluated outputs and documented findings before any status update or release.