verification-before-completion

Enforce evidence-based verification before declaring completion in development workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is risky and misleading. This Skill enforces a discipline of evidence-based completion to protect integrity and quality.

Core Features & Use Cases

  • Enforces a step-by-step verification workflow before declaring success.
  • Applicable to development, testing, and release workflows where evidence-based claims are required.
  • Use Case: Before merging a PR, you run full verification commands and attach the output as evidence.

Quick Start

Identify the command that proves the claim, run it fully, review the output, verify the result against the evidence, and only then state the outcome.

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 build and test verification before claiming a PR is complete?

You can enforce evidence-based completion by executing full verification commands, interpreting their outputs, and requiring explicit evidence of passing tests and builds before declaring success or merging a PR.

What is evidence-based verification in software development workflows?

Evidence-based verification is a strict workflow that executes commands, reads outputs, and requires explicit proof of passing tests and builds before allowing status updates, PRs, or releases to be declared complete.

How do I stop misleading status updates when CI tests have not finished?

To stop misleading status updates, apply a step-by-step verification workflow that blocks completion claims until full CI commands have run, outputs are reviewed, and explicit passing evidence is verified.

Can I use this verification workflow for both testing and release processes?

Yes, you can use this verification workflow for both testing and release processes, as it applies to any software development workflow requiring evidence-based claims before PRs, releases, or status updates are finalized.

What is the best way to attach test output as evidence before a release?

The best way to attach test output as evidence before a release is to run full verification commands, review the results against the output, and only state the outcome after verifying the evidence proves the claim.