verification-before-completion

Enforce evidence-based verification before claiming task completion.

23|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill verification-before-completion-herdiansah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/herdiansah/Antigravity-Skills-Master/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill verification-before-completion-herdiansah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature claims of task completion or success by enforcing a strict verification process before any assertion is made.

Core Features & Use Cases

  • Mandatory Verification: Ensures that all claims of tests passing, builds succeeding, or bugs being fixed are backed by fresh, executed verification commands.
  • Evidence-Based Assertions: Promotes a culture of "evidence before claims," preventing the shipping of incomplete or broken code.
  • Use Case: Before declaring a bug fix complete, you must run the relevant test command, observe its output, and confirm it passes, rather than assuming it's fixed after making a code change.

Quick Start

Always run the verification command and check its output before claiming any work is complete.

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 task completion in CI/CD?

To enforce verification before completion, implement a strict gate function requiring fresh test execution output as evidence before any success assertion is made. This prevents premature claims by mandating that commands are run and results observed during CI/CD pipelines.

What is an evidence-based assertion protocol for code quality?

An evidence-based assertion protocol for code quality ensures that claims of builds succeeding or bugs being fixed are always substantiated by freshly executed verification commands, preventing the shipping of incomplete or broken code.

How to verify bug fixes before declaring success in software engineering?

To verify bug fixes, run the relevant test command, observe its output, and confirm it passes. You must execute this fresh verification step rather than assuming the fix is complete after making the code change.

Does this verification protocol work without external dependencies?

Yes, this verification protocol works without external dependencies. It functions as a mandatory process gate requiring no specific frameworks, ensuring adherence to evidence-based assertions across all development stages.

When should I not use an evidence before claims verification gate?

You should not bypass the evidence before claims verification gate when a task is marked complete. It is strictly designed to prevent assuming success after code changes, requiring fresh test execution output for every completion assertion.