verification-before-completion

Run verification commands and validate exit codes before reporting completion.

793|52|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/corvo007/MioSub --skill verification-before-completion-corvo007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/corvo007/MioSub/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/corvo007/MioSub --skill verification-before-completion-corvo007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification before completion prevents premature or dishonest completion claims by requiring fresh verification evidence before committing or creating PRs. It enforces evidence-based status reporting to improve reliability in software workflows.

Core Features & Use Cases

  • Enforces running a defined verification command prior to any completion claim
  • Validates full command output and exit status to ensure evidence-based confirmation
  • Suits code reviews, CI/CD pipelines, and release workflows where accurate status signals matter

Quick Start

Run the designated verification command and record the full output before making any 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 enforce verification before claiming code completion in a CI/CD pipeline?

Verification before completion prevents premature status claims by requiring fresh validation evidence prior to committing code. It enforces evidence-based status reporting by validating full command output and exit status to confirm task completion in software workflows.

How do I validate command output and exit codes to prevent premature completion claims?

You validate completion by running a verification command, recording its full output, and checking exit codes for any failures. Completion is only reported when this evidence validates the outcome and confirms all reproducibility conditions are met.

Does verification before completion work with code reviews and release workflows?

Yes, verification before completion suits code reviews, CI/CD pipelines, and release workflows where accurate status signals matter. It enforces running a defined verification command and validates full output to ensure evidence-based confirmation.

What's the best way to ensure evidence-based status reporting in software engineering?

The best way to ensure evidence-based status reporting is to run a defined verification command and record its full output. Validate the exit status and check for failures so that completion is only reported when evidence validates the outcome.

Why does my CI/CD pipeline report completion before validation evidence is fully reviewed?

Your pipeline reports completion prematurely because it lacks a verification step that records command output and checks exit codes. Enforcing a verification command prior to any completion claim ensures evidence validates the outcome and prevents dishonest status reporting.

Do I need to define a specific testing command to use verification before completion?

Yes, you need to define a specific testing or validation command that proves completion. The process requires running this command, recording its full output, and checking its exit status to confirm all conditions are met before reporting.