verification-before-completion

Enforce verification commands and exit codes before asserting task completion.

Updated Aug 20, 2025
One-click install
npx skills add https://github.com/BRANDNEWSHVT/mercora --skill verification-before-completion-brandnewshvt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/BRANDNEWSHVT/mercora/tree/main/storefront-nuxt/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/BRANDNEWSHVT/mercora --skill verification-before-completion-brandnewshvt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asserts that any completion claim is backed by fresh verification evidence, preventing dishonest or premature statements.

Core Features & Use Cases

  • Enforces explicit verification commands across tests, builds, and deployments.
  • Captures fresh outputs and exit codes as evidence to support success claims.
  • Use Case: Before declaring a task done, run the verification suite and attach its results as proof.

Quick Start

Run the verification command and attach the fresh output as evidence before asserting 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 claiming software build completion?

To enforce verification evidence before claiming software build completion, run explicit verification commands and capture fresh outputs alongside exit codes. This mechanism ensures transparent, error-free evidence is attached to success assertions, preventing premature completion statements across builds, tests, and deployments.

What is verification evidence in CI-CD quality assurance?

Verification evidence in CI-CD quality assurance is the fresh output and exit codes captured from explicit software testing or build commands. It serves as transparent proof required to support success claims, ensuring that completion statements are backed by demonstrable, error-free results rather than assumptions.

How to verify linting and tests before deployment completion?

To verify linting and tests before deployment completion, execute your verification suite and attach its fresh output as proof. This process demands transparent command outputs and checks exit codes for errors, ensuring any assertion of deployment success is fully backed by recent verification evidence.

Does this completion verification approach work with existing CI-CD pipelines?

Yes, this completion verification approach works with existing CI-CD pipelines by enforcing explicit verification commands across tests, builds, and deployments. It operates by capturing fresh outputs and checking exit codes, requiring transparent evidence before any success claim is asserted within your current workflows.

Why do I need exit codes for software testing completion claims?

You need exit codes for software testing completion claims because they provide transparent, error-free evidence that a verification command executed successfully. Demanding fresh exit codes prevents premature or dishonest success statements by mathematically proving the absence of errors before any completion assertion is made.

When should I not use automated verification evidence for builds?

You should not use automated verification evidence for builds when you cannot run explicit verification commands or capture fresh outputs. The approach relies on checking exit codes and demanding transparent output, so it is unsuitable for contexts where error-free evidence cannot be generated before asserting completion.