verification-before-completion

Run verification commands and report results with evidence before completion.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/kckylechen1/ai-agent-toolkit --skill verification-before-completion-kckylechen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/kckylechen1/ai-agent-toolkit/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/kckylechen1/ai-agent-toolkit --skill verification-before-completion-kckylechen1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces rigorous verification before declaring completion, preventing dishonest or premature claims by requiring fresh evidence and reproducible results.

Core Features & Use Cases

  • Verification Gate: Define and run the exact verification commands, capture outputs, and assess success.
  • Evidence-Driven Claims: Only publish results after confirming verifiable outcomes.
  • Use Case: When finishing a task or PR, run a defined verification sequence to confirm tests pass, lint, and build before reporting success.

Quick Start

Run the verification sequence to produce fresh outputs and attach evidence to your completion claim.

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 completion claims in code changes?

To prevent premature completion claims in code changes, you must run a defined verification sequence producing fresh evidence, such as passing tests and builds, before declaring success.

What is evidence-based completion for pull requests?

Evidence-based completion for pull requests is a verification gate that requires capturing fresh outputs from lint, tests, and builds to ensure reproducible results before reporting success.

How do I run a verification gate before declaring a task finished?

To run a verification gate before declaring a task finished, execute exact verification commands, evaluate the outputs, and attach the resulting evidence to your completion claim.

Does this verification approach work for documentation and builds?

Yes, this verification approach works for documentation and builds by applying an explicit verification step to any code changes where fresh outputs are needed to confirm success.

Why does reporting results require fresh verification evidence?

Reporting results requires fresh verification evidence to guard against dishonest claims and ensure that completion declarations are backed by reproducible outputs from actual test and build executions.

What is the best way to enforce claim integrity during task completion?

The best way to enforce claim integrity during task completion is to define and execute verification commands, capture their outputs, and only publish results after confirming verifiable outcomes.