skill-verification-gate

Enforce a five-step verification gate before declaring task completion.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/mhdxbilal/Ai --skill skill-verification-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-verification-gate
Source: https://github.com/mhdxbilal/Ai/tree/main/.claude/skills/skill-verification-gate
Command: npx skills add https://github.com/mhdxbilal/Ai --skill skill-verification-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evidence before claims — run verification commands before declaring work complete, fixed, or passing.

Core Features & Use Cases

  • Enforces a five-step verification gate (IDENTIFY, RUN, READ, VERIFY, ONLY THEN) before any completion claim.
  • Provides red-flag guidance to avoid premature claims and to verify across multi-provider workflows.
  • Integrates into standard development flows to guard PRs, commits, and task delivery.

Quick Start

Identify the claim you plan to make, run a fresh verification command, check the output, and declare success only with evidence.

Frequently Asked Questions about skill-verification-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify tests are passing before claiming a task is complete?

To prevent premature delivery claims, identify the completion claim, run a fresh verification command, read the output, and only then declare success. This five-step process requires fresh evidence to stop misreporting in development workflows.

What is verification evidence in software development workflows?

Verification evidence in software development is fresh output from executing tests or builds that substantiates a completion claim. It guards against hallucinations and misreporting by requiring proof before declaring bugs fixed or builds succeeding.

How do I stop hallucinated or misreported task completions in multi-provider environments?

To stop hallucinated task completions in multi-provider environments, enforce a verification gate requiring fresh evidence. The IDENTIFY, RUN, READ, VERIFY, ONLY THEN process checks claims against actual command output before any delivery is finalized.

How to enforce a verification gate before a pull request or commit?

To enforce a verification gate before a pull request, apply the five-step process: IDENTIFY the claim, RUN a fresh command, READ the output, VERIFY the results, and ONLY THEN declare success. This guards PRs and commits against premature claims.

What are the limitations of relying on claim validation without fresh verification evidence?

Without fresh verification evidence, claim validation is vulnerable to hallucinations, misreporting, and premature deliveries. Relying on prior assertions instead of actively running verification commands leaves multi-provider workflows exposed to declaring tasks complete without substantiation.