verification-before-completion

Run verification commands and analyze output before claiming task completion.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill verification-before-completion-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill verification-before-completion-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature claims of completion or success by enforcing a strict verification process before any positive assertion is made. It ensures that evidence always precedes claims, preventing the propagation of unverified states.

Core Features & Use Cases

  • Mandatory Verification: Ensures that commands proving a claim (e.g., tests, builds, linters) are run and their output is reviewed before any success statement.
  • Evidence Standards: Provides clear guidelines on what constitutes sufficient evidence for various claims (e.g., tests passing, build succeeding, bug fixed).
  • Red Flag Identification: Helps users recognize and avoid common pitfalls and phrases that indicate a lack of verification.
  • Use Case: Before stating that a bug fix is complete, this Skill mandates running the relevant test case and confirming it now passes, and that the original symptom is resolved.

Quick Start

Run the verification command and confirm its output before claiming the task 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 prevent premature claims of task completion during software development?

To prevent premature claims of task completion, enforce an evidence-before-claims protocol that mandates running verification commands like tests or builds and analyzing their output before asserting any success.

What constitutes sufficient evidence to verify a bug fix is complete?

Sufficient evidence to verify a bug fix requires running the relevant test case, confirming it passes, and checking that the original symptom is resolved before making any final success claim.

Why does claiming success before running tests cause problems in quality assurance?

Claiming success before running tests causes quality assurance issues by propagating unverified states, which this verification protocol prevents by ensuring evidence always precedes positive assertions.

How to identify red flags indicating a lack of verification before completion?

Identify red flags of unverified completion by recognizing common pitfalls and phrases that indicate a lack of verification, ensuring commands proving a claim are run and reviewed first.

When do I need to run verification commands for development task finalization?

Run verification commands for development task finalization at all stages, ensuring tests, builds, and linters execute successfully and their output is reviewed before any completion assertion is made.

Does verification-before-completion work for all stages of development?

Verification-before-completion applies to all stages of development and task finalization, enforcing a strict protocol that accuracy is confirmed through command output analysis before any success statement.