verification-before-completion

Verify completion claims with fresh evidence and generate a verification-record.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yknothing/prodcraft --skill verification-before-completion-yknothing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/yknothing/prodcraft/tree/main/skills/cross-cutting/verification-before-completion
Command: npx skills add https://github.com/yknothing/prodcraft --skill verification-before-completion-yknothing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures that any completion claim is backed by fresh verification evidence before a commit, PR, deployment, or handoff is made.

Core Features & Use Cases

  • Verification gating: Enforces that each completion claim includes required evidence and artifact checks.
  • Handoff readiness: Captures explicit context and next steps to enable safe transitions between teams.
  • Audit-ready records: Produces a formal verification-record detailing the claim, evidence, commands run, and remaining gaps.

Quick Start

Run a fresh verification pass for the current claim and generate a verification-record

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify completion claims before a deployment or handoff?

To verify completion claims before a deployment or handoff, run a fresh verification pass that enforces artifact checks and produces a formal verification-record detailing the claim, executed commands, and remaining gaps.

What is a verification gate in CI/CD pipelines?

A verification gate in CI/CD pipelines ensures that any completion claim is backed by fresh evidence and explicit artifacts before a commit, PR, deployment, or handoff is authorized to proceed.

How do I generate an audit-ready verification record for engineering and QA?

Generate an audit-ready verification record by executing artifact checks and capturing the completion claim, executed commands, and remaining gaps to ensure handoff readiness across engineering and QA.

Does verification gating work for cross-team handoffs?

Verification gating works for cross-team handoffs by capturing explicit context and next steps, ensuring safe transitions between engineering, QA, and operations teams through verified artifact checks.

What is the best way to ensure handoff readiness before a PR?

The best way to ensure handoff readiness before a PR is to apply a quality gate that backs every completion claim with fresh evidence, verifying artifact checks and documenting remaining gaps.