verification-before-completion

Require fresh verification evidence before declaring completion in code workflows.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill verification-before-completion-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/rkz91/coco/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/rkz91/coco --skill verification-before-completion-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures honest completion claims by requiring fresh verification evidence before declaring success.

Core Features & Use Cases

  • Iron Law: NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE.
  • Gate Function: Before claiming status, run the full verification sequence (IDENTIFY, RUN, READ, VERIFY) and report the outcome with evidence.
  • Red Flags & Safeguards: Flag incomplete or unverified work and prevent premature release.

Quick Start

Identify the claim, run the full verification sequence, read the outputs, verify against the criteria, and report the result with evidence before making any completion statement.

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 premature code completion claims without fresh verification evidence?

Fresh verification evidence prevents premature code completion claims by enforcing a five-step process—IDENTIFY, RUN, READ, VERIFY, ONLY THEN—requiring tests, lint, and build outputs before declaring success.

What is the best way to enforce code review claims with verifiable outputs before a PR?

Enforcing code review claims requires running a gate function that validates verifiable outputs like tests and builds before allowing any PR workflow completion statement.

How do I verify test results before declaring a task complete?

To verify test results before declaring completion, identify the claim, run the verification sequence, read the outputs, verify against criteria, and report the outcome with evidence.

Why does my code completion claim fail without fresh verification evidence?

Code completion claims fail without fresh verification evidence because the Iron Law requires identifying, running, reading, and verifying outputs to flag incomplete or unverified work and prevent premature release.

Can I use this verification process for lint and build workflows?

Yes, this verification process applies to lint and build workflows, requiring fresh outputs and evidence before any statement of completion is permitted.

What are the limitations of claiming completion without running fresh tests?

Claiming completion without running fresh tests triggers red flags and safeguards that block unverified work, preventing premature release and ensuring honest status reporting.