verification-before-completion

Run verification commands and attach evidence before declaring task completion.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/Italo520/erp_archflow_arquiteture --skill verification-before-completion-italo520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Italo520/erp_archflow_arquiteture/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/Italo520/erp_archflow_arquiteture --skill verification-before-completion-italo520

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without fresh verification leads to misinformation and faulty releases. This skill enforces evidence-based completion by requiring explicit verification before any success claim.

Core Features & Use Cases

  • Verification gate: defines a step-by-step process to run the necessary checks and compare outputs.
  • Evidence-first claims: ensures claims are only made after results are confirmed.
  • Use Case: when finalizing a sprint or PR, run verification commands and attach outputs as proof.

Quick Start

Run the verification sequence on the current task and report the results before claiming completion.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I enforce verification before claiming a pull request is complete?

To enforce verification before completion, run fresh verification commands, evaluate their outputs, and attach the results as evidence prior to updating any task, code, or PR status.

What is evidence-based code review completion?

Evidence-based completion is a quality-control process that prevents unverified claims by requiring explicit verification commands to be run and their outputs confirmed before any success is declared.

How do I stop unverified claims from reaching my sprint finalization?

To stop unverified claims during sprint finalization, apply a verification gate that executes necessary checks and reports verified results to substantiate completion before any status update is made.

Can I use a verification gate for general task workflows outside of code?

Yes, you can use a verification gate for general task workflows outside of code because the skill applies to tasks and PR workflows where running verification commands and attaching proof prevents misinformation.

What is the best way to attach proof of quality control before a release?

The best way to attach proof of quality control before a release is to execute a step-by-step verification sequence, compare the outputs, and report the verified results to substantiate completion.

Why does claiming work is complete without fresh verification lead to faulty releases?

Claiming work is complete without fresh verification leads to faulty releases because it allows unverified claims to bypass quality control, causing misinformation and faulty releases without evidence-backed proof.