verification-before-completion

Run verification commands and evaluate exit codes before completion claims.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Ramachandrajoshi/Azure-Devops-Copilot --skill verification-before-completion-ramachandrajoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Ramachandrajoshi/Azure-Devops-Copilot/tree/main/.roo/skills/verification-before-completion
Command: npx skills add https://github.com/Ramachandrajoshi/Azure-Devops-Copilot --skill verification-before-completion-ramachandrajoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams avoid false completion claims by enforcing fresh, verifiable evidence before marking work as complete. It codifies a gate process that requires running verification commands, analyzing outputs, and asserting results only after evidence supports the claim.

Core Features & Use Cases

  • Verification gate: Mandates running predefined verification commands and evaluating their results before any completion claim.
  • Evidence-based claims: Ensures that success statements are supported by fresh, reproducible outputs.
  • Applicability: Useful in software development, QA cycles, code reviews, and PR submissions to prevent premature release of work.

Quick Start

Initiate the verification workflow by telling your AI assistant to run the verification steps and report 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 prevent premature completion claims in software development workflows?

A verification gate prevents premature completion claims by mandating the execution of predefined verification commands and evaluating their exit codes before allowing any success statements. This process ensures all claims are backed by fresh, reproducible evidence.

What is evidence-based verification in QA cycles and code reviews?

Evidence-based verification in QA cycles and code reviews is a governance process that requires running verification commands and parsing their outputs to assert results. It prevents false completion claims by ensuring success statements are only made after fresh evidence supports them.

How do I enforce fresh verification evidence before approving PR submissions?

You can enforce fresh verification evidence before PR submissions by implementing a gate process that runs verification commands, parses outputs, and evaluates exit codes. The workflow reports evidence-based results, blocking completion claims until reproducible outputs validate the work.

Does the verification gate process work without external dependencies?

Yes, the verification gate process works without external dependencies. It operates by directly running verification commands, parsing their outputs, and evaluating exit codes to report evidence-based results, ensuring quality assurance without requiring additional framework integrations.

When do I need to run verification commands for process governance claims?

You need to run verification commands for process governance claims whenever marking work as complete in software development, QA cycles, code reviews, or PR submissions. The gate requires fresh verification evidence to prevent false success statements and ensure quality assurance.