verification-before-completion

Executes verification commands and reports completion status only with captured evidence.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/liamtran96/msm-car-booking --skill verification-before-completion-liamtran96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/liamtran96/msm-car-booking/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/liamtran96/msm-car-booking --skill verification-before-completion-liamtran96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures honesty in status reporting by requiring verifiable evidence before any completion claims or PRs.

Core Features & Use Cases

  • Evidence-first verification: requires running a full verification command and capturing its output before making any completion claims.
  • Repeatable decision gate: provides a clear, auditable steps to identify the proving command, execute it, read results, and report status with evidence.
  • Use Case: QA teams gating deployments, developers validating feature completion before PRs, team leads signing off only after verifiable results.

Quick Start

Identify the verification command that proves completion, run it to completion, capture and review the full output, and report your status only with attached 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 verifiable completion before claiming a software development task is done?

Verifiable completion requires executing a proving command, capturing its full output, and reporting status with evidence. This enforces evidence-first verification by making reproducible outputs mandatory before any success claims or pull requests are approved.

What is evidence-first verification in code review workflows?

Evidence-first verification is a governance process requiring fresh execution results before signing off on code reviews. It identifies the proving command, runs it fully, analyzes the output, and gates task completion behind reproducible verification outputs.

How to gate deployments with reproducible verification outputs?

To gate deployments, identify the command that proves completion, execute it to completion, and analyze the results. Report the final status only with attached evidence, providing an auditable decision gate for QA teams validating deployments.

Can I use verification evidence for task sign-offs in software engineering?

Yes, task sign-offs can be gated by requiring fresh verification evidence. This is applicable for developers validating feature completion before PRs and team leads signing off only after reviewing verifiable, reproducible results from the proving command.

What are the limitations of claims without verification evidence?

Claims without verification evidence lack auditable proof of success and risk false completion reporting. Requiring a full verification command execution ensures honesty in status reporting and prevents unverified code from progressing through development workflows.

Does verification-before-completion work for quality assurance workflows?

Yes, it works for quality assurance by providing a repeatable decision gate. QA teams can gate deployments by identifying the proving command, executing it fully, capturing the output, and reporting status only with verifiable evidence attached.