verification-before-completion

Enforce command-driven verification with fresh outputs before completion claims.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning --skill verification-before-completion-maluraditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning/tree/main/.agent/skills/verification
Command: npx skills add https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning --skill verification-before-completion-maluraditya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces verification before claiming completion by requiring fresh verification evidence for every status claim.

Core Features & Use Cases

  • Enforces command-driven verification
  • Validates outputs and exit codes
  • Documents verifiable evidence for status claims
  • Guards against premature release and unreliable success claims

Quick Start

Run the verification workflow commands and attach fresh outputs before making any completion claims.

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 declaring a software build complete?

To enforce verification before declaring a software build complete, this Skill requires fresh command outputs as evidence. It validates exit codes and documents verifiable proof for status claims, preventing premature success declarations in your workflow.

What is command-driven verification in CI-CD pipelines?

Command-driven verification in CI-CD pipelines is the process of running prescribed commands and validating their outputs before any release checks pass. This mechanism ensures reliable success claims by attaching fresh execution evidence to every status update.

How do I attach verifiable evidence to PR reviews?

To attach verifiable evidence to PR reviews, run the prescribed verification workflow commands and include their fresh outputs in your completion claims. This validates test results and exit codes, providing documented proof that requirements were met.

Does this verification approach work for deployment pipelines across different platforms?

Yes, this verification approach works for deployment pipelines across different platforms. It applies broadly to software development workflows, validating builds, tests, and release checks by enforcing command-driven output validation regardless of the specific environment.

Why do I need fresh command outputs for quality assurance status claims?

You need fresh command outputs for quality assurance status claims to guard against unreliable success declarations. Requiring current execution evidence ensures that prescribed verification commands actually pass at the time of completion, preventing stale validation.

What is the best way to prevent premature releases during code review?

The best way to prevent premature releases during code review is to enforce an automated verification gate requiring fresh command outputs. This mechanism validates exit codes and documents evidence before any completion claim is accepted, ensuring only verified changes proceed.