verification-before-completion

Run verification commands and record outputs before claiming work completion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DarkCodePE/quipu --skill verification-before-completion-darkcodepe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/DarkCodePE/quipu/tree/main/docs/arquetipo/deliverables/skills/kernel/verification-before-completion
Command: npx skills add https://github.com/DarkCodePE/quipu --skill verification-before-completion-darkcodepe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonesty, not efficiency. This rule enforces that any claim of completion must be backed by fresh verification evidence and a documented outcome.

Core Features & Use Cases

  • Enforces running a designated verification command before declaring success.
  • Validates outputs (exit codes, logs, and artifacts) and records results for auditability.
  • Ideal for software development, code reviews, CI pipelines, and project handoffs to ensure honesty and traceability.

Quick Start

Run the full verification workflow and review the evidence 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 code completion?▼

Verifying completion with evidence requires running a designated verification command and validating fresh test results, build outputs, and logs before declaring success. This enforces honest reporting by backing claims with documented, verifiable evidence.

What is verification evidence in CI pipelines and code reviews?▼

Verification evidence in CI pipelines and code reviews consists of documented test results, build outputs, and logs. It provides auditability and traceability to ensure completion claims are backed by fresh, verifiable outcomes rather than assumptions.

How do I document test results for project handoffs?▼

Documenting test results for project handoffs involves running a full verification workflow and capturing exit codes, logs, and artifacts into a verifiable report. This produces traceable evidence supporting honest completion reporting.

Does this verification process work without external dependencies?▼

Yes, this verification process works without external dependencies. It operates as a standalone workflow to evaluate designated verification commands and produce verifiable reports, requiring no additional components or frameworks.

Why does claiming completion without verification create problems?▼

Claiming completion without verification creates problems because it amounts to dishonesty rather than efficiency. Without fresh verification evidence from test results and build outputs, completion claims lack traceability and cannot be trusted.