verification-before-completion

Enforce fresh verification evidence before any completion claim.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without fresh verification evidence is dishonest and risky. This skill ensures that any success statement is backed by verifiable outputs, reducing the chance of releasing incomplete work.

Core Features & Use Cases

  • Enforces fresh verification before any completion claim by requiring explicit evidence.
  • Integrates with PR checks, CI pipelines, and local verification commands to produce auditable status.
  • Reduces release risk by documenting verification results and maintaining traceability.

Quick Start

Run a verification command, review the results, and only claim completion if the output shows a passing status with fresh 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 verification evidence before claiming a pull request is complete?

You can enforce fresh verification evidence before completion claims by running verification commands, inspecting outputs, and documenting explicit pass or fail signals for traceable status across PRs or release gates.

What is evidence-based verification for CI pipelines?

Evidence-based verification for CI pipelines requires running fresh verification commands and documenting their outputs before making any success statements, preventing unverified completion claims and reducing release risk.

How do I add reproducible checks to commit and release gates?

To add reproducible checks to commit and release gates, integrate verification commands that produce auditable status with explicit pass or fail signals, ensuring completion is only claimed with fresh evidence.

Does this approach work with local verification commands and CI pipelines?

Yes, it integrates with local verification commands and CI pipelines by requiring the execution of fresh checks and inspecting outputs to produce auditable, traceable status before any completion claim.

Why require fresh verification evidence before marking a task complete?

Requiring fresh verification evidence before marking a task complete prevents dishonest and risky unverified claims, reducing the chance of releasing incomplete work by ensuring success statements are backed by verifiable outputs.

What are the limitations of enforcing verification before completion?

The limitation is that completion is strictly blocked unless fresh verification commands are executed and documented, meaning any success statement without explicit passing evidence will be prevented.