verification-before-completion

Run verification commands and inspect outputs before declaring completion.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/randoneering/nix-flake-mirror --skill verification-before-completion-randoneering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/randoneering/nix-flake-mirror/tree/main/home/programs/opencode/skills/verification-before-completion
Command: npx skills add https://github.com/randoneering/nix-flake-mirror --skill verification-before-completion-randoneering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures honest reporting by requiring fresh verification evidence before claiming that work is complete.

Core Features & Use Cases

  • Enforces a repeatable verification gate: identify, run, read, verify, and only then claim.
  • Guards against premature releases by requiring evidence across PRs, builds, or deployments.
  • Use Case: when finishing a feature, you run the verification command and attach the output as evidence before closing the task.

Quick Start

Follow the verification gate by running the full verification command, review the output, and only claim completion with 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 before claiming a task is complete?

To enforce verification before claiming completion, you must identify a verification command, execute it fully, inspect the outputs, and only declare success after validating the results as evidence.

What is a verification gate in software development workflows?

A verification gate is a repeatable process requiring fresh execution evidence before status changes. It ensures honest reporting by demanding verifiable proof across PRs, builds, or deployments before any completion claims.

How do I prevent premature releases with quality assurance checks?

You prevent premature releases by requiring quality assurance checks that run full verification commands and attach their outputs as evidence before closing tasks, approving PRs, or deploying updates.

Can I use evidence-based completion for pull requests and deployments?

Yes, evidence-based completion applies directly to pull requests and deployments. It requires identifying a verification command, executing it, and validating the output before declaring any development workflow successful.

What's the best way to verify development work before closing a task?

The best way to verify work before closing a task is following a verification gate: run the full verification command, review the output, validate the results, and claim completion only with fresh evidence attached.