verification-before-completion

Require fresh verification evidence before declaring task completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verifiable verification is risky and can mislead stakeholders; this skill provides a disciplined approach to require fresh evidence before declaring success.

Core Features & Use Cases

  • Enforces evidence-based completion claims across development, testing, and PR workflows.
  • Provides a repeatable gate process: IDENTIFY, RUN, READ, VERIFY, and ONLY THEN claim.
  • Use Case: A developer verifies test results before merging a PR, ensuring every claim is backed by fresh outputs.

Quick Start

Run the full verification command, review the output for failures, and only claim success when evidence confirms it.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I prevent false completion claims in development workflows?

Verification before completion requires executing verification commands, analyzing their outputs, and documenting fresh evidence before marking any task as done. This gate process ensures claims are backed by verifiable outputs.

How do I verify test results before merging a PR?

To verify test results before merging a PR, run the full verification command, review the output for failures, and only claim success when evidence confirms it. This ensures every claim is backed by fresh outputs.

What is the evidence-based completion process for QA workflows?

The evidence-based completion process is a repeatable gate: IDENTIFY what needs checking, RUN the command, READ the output, VERIFY the results, and ONLY THEN claim success. This prevents misleading stakeholders with unverified claims.

Does this verification gate work for deployment workflows?

Yes, this verification gate applies to deployment workflows where claims must be backed by verifiable outputs. It requires executing verification commands and analyzing outputs to satisfy compliance requirements before declaring success.

What's the best way to enforce compliance checks before declaring task success?

The best way to enforce compliance checks is applying a disciplined verification gate that requires fresh evidence before declaring success. This prevents claiming work as complete without verifiable verification, ensuring governance and quality.