verification-before-completion

Execute verification commands and report status with evidence before completion.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill verification-before-completion-jlaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/workflow/verification-before-completion
Command: npx skills add https://github.com/jlaws/dotfiles --skill verification-before-completion-jlaws

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before claiming work is complete, you should verify with fresh evidence to prevent premature success claims.

Core Features & Use Cases

  • Identify the exact verification command that proves completion to avoid ambiguity.
  • Run the full verification workflow, capture complete outputs, and evaluate exit codes and results.
  • Report status only after evidence confirms success; otherwise present the actual state with supporting evidence.

Quick Start

Run the verification sequence to validate a completion claim with fresh evidence.

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 code changes with fresh evidence before claiming completion?

Verify code changes with fresh evidence by identifying the exact command that proves completion, executing the full verification workflow, and reporting status only after parsing the actual output and exit codes.

What is evidence-first verification for CI builds and PR reviews?

Evidence-first verification is a workflow that requires running the full verification command and capturing complete outputs to prevent premature success claims during CI builds, code reviews, and task handoffs.

How do I prevent premature success claims during task handoffs?

Prevent premature success claims during task handoffs by applying a verification workflow that requires executing the full command, parsing the output, and reporting status with explicit reasoning when checks do not pass.

Can I use this verification workflow for both builds and code reviews?

Yes, you can use this verification workflow for both builds and code reviews, as it applies an evidence-first approach to ensure all checks pass before marking any work complete across different software engineering contexts.

What should I do when verification checks fail before marking work complete?

When verification checks fail before marking work complete, you should present the actual state with supporting evidence and explicit reasoning rather than claiming success, ensuring all failures are clearly reported.

How do I identify the exact command that proves a completion claim?

Identify the exact command that proves a completion claim by determining what constitutes a successful verification for your specific task, then executing that full command to capture and evaluate the complete output.