verification-before-completion

Verify work-completion claims with fresh command output and exit status.

2|Updated Jun 1, 2017
One-click install
npx skills add https://github.com/carlos-algms/dotfiles --skill verification-before-completion-carlos-algms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/carlos-algms/dotfiles/tree/main/AI-configs/skills/verification-before-completion
Command: npx skills add https://github.com/carlos-algms/dotfiles --skill verification-before-completion-carlos-algms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents false or premature success claims by forcing evidence-based verification before you state that work is complete, fixed, or passing.

Core Features & Use Cases

  • Evidence-before-assertions workflow: Requires mapping a claim to a specific verification command, running it fresh, and interpreting the full output and exit status before reporting.
  • Claim-to-evidence discipline: Helps choose the narrowest command that directly proves the claim, and allows alternative evidence types when commands can’t run (e.g., inspection or reproduction steps).
  • Guardrails against dishonesty and partial checks: Defines red flags, blocked-verification handling, and delegated-agent verification expectations.

Quick Start

Use this skill when you are about to claim a PR is passing or a task is complete, and ask what verification command and evidence would prove that exact claim before you communicate success.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I verify test evidence before claiming a pull request is ready?

Verify test evidence before claiming a pull request is ready by mapping the completion claim to a specific verification command, executing it fresh, and interpreting the full output and exit status before reporting success. This prevents premature or false completion claims.

What is evidence-based verification for release readiness?

Evidence-based verification for release readiness is the discipline of requiring fresh test, lint, or build output to back up passing-status claims. It forces you to select a narrow verification command, run it, and only state the claim with supporting evidence or report blockers.

How do I validate bug fixes before pushing code to CI/CD?

Validate bug fixes before pushing code by selecting an evidence-matching verification step, running the full command to obtain current output and exit status, and only then stating the claim with supporting evidence. This avoids assumptions or partial checks.

What should I do when verification commands cannot run for a delegated task?

When verification commands cannot run for a delegated task, you should state the blockers and use alternative evidence types like inspection or reproduction steps. This maintains claim-to-evidence discipline without skipping the verification process entirely.

How do I prevent false success claims in CI/CD pipelines?

Prevent false success claims in CI/CD pipelines by enforcing guardrails against dishonesty and partial checks. Require mapping assertions to specific verification commands, executing them fresh, and interpreting full output and exit status before reporting completion.

Does evidence-based verification work for delegated-agent handoffs?

Yes, evidence-based verification works for delegated-agent handoffs by applying the same claim-to-evidence discipline. Delegated agents must execute fresh verification commands and provide current output and exit status before claiming task completion.