verify-before-claim

Blocks UI until user input is received, then proceeds.

133|19|Updated May 4, 2026
One-click install
npx skills add https://github.com/Mark393295827/third-brain-v5-skills --skill verify-before-claim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-before-claim
Source: https://github.com/Mark393295827/third-brain-v5-skills/tree/main/skills/verify-before-claim
Command: npx skills add https://github.com/Mark393295827/third-brain-v5-skills --skill verify-before-claim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill stops agents from making completion claims before they have fresh evidence, reducing false "done", "fixed", and "passing" statements.

Core Features & Use Cases

  • Fresh Verification Gate: Forces a current command, inspection, or observable check before any success claim.
  • Evidence Reporting: Captures the proof command, exit code, pass/fail counts, and residual risk.
  • Use Cases: Ideal for test runs, bug fixes, build checks, commit readiness, pull request status updates, and any moment an agent might say something is working without checking first.

Quick Start

Use verify-before-claim to run the freshest proof command for the claim, inspect the output, and report the actual status with evidence before saying it is done.

Frequently Asked Questions about verify-before-claim

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

FAQPage Schema
How do I prevent false completion claims in code review and pull requests?

To prevent false completion claims in code review, you must require fresh verification evidence before stating work is done. This entails running a current proof command, capturing the full output, checking pass/fail counts, and reporting residual risk before stating a pull request is passing.

What is fresh verification evidence for a bug fix or build check?

Fresh verification evidence for a bug fix or build check is observable proof generated immediately before a success claim. It includes executing a proof command, inspecting actual output, verifying the exit code, and documenting failure counts to prove the status is not overstated.

Why does my agent say tests are passing without checking the output?

Agents say tests are passing without checking because they lack a verification gate requiring current proof. Implementing a rule that forces an inspection of fresh test output, exit codes, and failure counts before any completion statement stops unsupported claims and ensures accurate status reporting.

How to verify code changes before committing or updating documentation?

To verify code changes before committing or updating documentation, run the freshest proof command available for the claim. Inspect the complete observable output, validate the exit code, check pass and failure counts, and report actual status with any residual risk before declaring completion.

Does requiring proof commands work for documentation updates and status checks?

Yes, requiring proof commands works for documentation updates and status checks by applying a fresh verification gate to any statement of work done. It forces capturing observable evidence, exit codes, and residual risk reporting before allowing claims that documentation or status checks are complete.

What are the limitations of gating completion claims on verification evidence?

The limitation of gating completion claims on verification evidence is that it requires a valid, current proof command to exist for every task. If a task lacks an observable inspection command or measurable exit code, generating the required evidence to prove residual risk becomes difficult.