verification-before-completion

Enforce verification evidence before completion claims in workflows and releases.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill verification-before-completion-officechbusinessservices-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/skills/verification-before-completion
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill verification-before-completion-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claimed progress without verified evidence leads to misrepresentations and quality risk. This Skill enforces a disciplined process to run fresh verification commands and base status updates on actual outputs.

Core Features & Use Cases

  • Enforces a verification gate before commits and PRs.
  • Standardizes the workflow to run tests, linters, and builds and report results.
  • Use Case: A developer claims "feature complete" only after verification outputs show all checks pass.

Quick Start

Run the verification command described in this skill's workflow to produce fresh results before marking completion.

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 marking a pull request as complete?

To enforce verification evidence before completion, you must execute verification commands like tests and builds, analyze the actual outputs, and only update the PR status after documenting fresh successes or failures.

What is a verification gate in a CI pipeline?

A verification gate in a CI pipeline is a disciplined process that requires running fresh builds and tests to produce evidence, ensuring no completion claims are made without verified, documented results.

How do I stop developers from claiming a feature is complete without running tests?

You can stop unverified completion claims by standardizing the workflow to require executing verification commands, analyzing outputs, and documenting failures or successes before any status update is allowed.

Does this verification process work with standard CI pipelines and code reviews?

Yes, this verification process applies directly to development workflows across CI pipelines, code reviews, and release gate decisions, requiring actual verification outputs before updating assertions or handoffs.

How do I document build and test failures during release gate decisions?

To document build and test failures during release gate decisions, you execute the verification commands, analyze the outputs, and record the specific failures before updating the completion status.