verification-before-completion

Run verification commands and evaluate fresh outputs before declaring task completion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HuynhSang2005/delivery-app --skill verification-before-completion-huynhsang2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/HuynhSang2005/delivery-app/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/HuynhSang2005/delivery-app --skill verification-before-completion-huynhsang2005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonest; this rule enforces evidence-based claims and prevents premature success statements. Core principle: Evidence before claims, always.

Core Features & Use Cases

  • Enforces running a verification command and evaluating its fresh output before declaring success.
  • Guides teams through a step-by-step gate: identify, run, read, verify, and only then claim.
  • Useful for CI/CD gated merges, PR approvals, and post-implementation validations.

Quick Start

Execute the verification steps for your latest changes to ensure all checks pass before reporting 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 code changes before claiming task completion in a pull request?

Automate verification before completion by running build and test commands, then evaluating fresh outputs. This enforces evidence-based claims, preventing premature success statements in software development workflows until actual results are confirmed.

What is the best way to prevent premature success claims in CI/CD workflows?

Prevent premature success claims in CI/CD workflows by applying a disciplined step-by-step gate: identify, run, read, verify, and only then claim. This enforces evidence-based validation before approving merges or reporting post-implementation results.

How do I enforce evidence-based validation after running tests and builds?

Enforce evidence-based validation after running tests and builds by evaluating fresh command outputs and reporting evidence-backed results. This disciplined process ensures success assertions are only permitted after verifying actual execution outcomes.

Does automated verification work for post-implementation validation in software development?

Automated verification works for post-implementation validation by enforcing a step-by-step gate across software development workflows. It requires executing verification commands, reading fresh outputs, and confirming evidence before declaring code changes, tests, or builds complete.

When should I not use automated verification before completion?

Avoid automated verification before completion if your workflow lacks executable commands to generate fresh outputs. The mechanism strictly requires running tests or builds and evaluating their actual results to enforce evidence-based claims and prevent premature success statements.