verification-before-completion

Enforce fresh verification before declaring completed work.

14|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lgbarn/devops-skills --skill verification-before-completion-lgbarn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/lgbarn/devops-skills/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/lgbarn/devops-skills --skill verification-before-completion-lgbarn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonest, not efficiency. Core principle: Evidence before claims, always.

Core Features & Use Cases

  • Enforces verification by requiring running the full verification commands before making success claims
  • Defines a gate function with steps to identify, run, read, verify, and only then claim
  • Provides guardrails to prevent premature VCS commits, PRs, or handoffs

Quick Start

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

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 during software testing and validation?

Premature commits and handoffs happen when work is claimed complete without fresh verification. Enforcing a gate function requires running verification commands, reviewing output, and validating results, which provides guardrails against claiming success without evidence.

What is the best way to enforce verification before claiming work is complete?

A gate function prevents premature commits by enforcing steps to identify, run, read, and verify command outputs before claiming success. These guardrails ensure evidence-based declarations by reporting actual state before any VCS handoffs.

Does enforcing evidence-based completion work without specific testing frameworks?

Yes, enforcing evidence-based completion applies to any claim of finished work and requires no specific testing frameworks. It operates by enforcing fresh verification through running full verification commands and validating results regardless of the environment.

Why does claiming work is complete without verification cause quality assurance issues?

Claiming work is complete without verification causes quality assurance issues because it is dishonest and bypasses evidence-based validation. Without running full verification commands and reviewing output, actual state goes unreported, leading to false completion claims.