verification-before-completion

Require executed validation commands and reported output before task completion claims.

28|2|Updated May 4, 2026
One-click install
npx skills add https://github.com/xiaohei-info/oh-my-agent-skills --skill verification-before-completion-xiaohei-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/xiaohei-info/oh-my-agent-skills/tree/main/skills/engineering-execution/verification-before-completion
Command: npx skills add https://github.com/xiaohei-info/oh-my-agent-skills --skill verification-before-completion-xiaohei-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents agents from prematurely claiming success on tasks without providing verifiable proof, effectively eliminating the "it should work" failure mode.

Core Features & Use Cases

  • Evidence-Based Reporting: Forces the agent to link every completion claim to a specific, executed command and its output.
  • Quality Guardrails: Provides a structured framework to verify bug fixes, test passes, and subagent work before final submission.
  • Use Case: When an agent claims a bug is fixed, this skill forces it to run the specific reproduction script and report the actual exit code and output before finalizing the task.

Quick Start

Apply the verification-before-completion protocol to your current task by running the necessary test commands and summarizing the evidence before reporting success.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I stop AI agents from claiming a bug is fixed without actually testing it?

To stop agents from claiming a bug is fixed without testing, enforce evidence-based verification protocols that require running specific validation commands and reporting actual output before finalizing any task completion claim.

What is evidence-based task verification in software engineering workflows?

Evidence-based task verification in software engineering workflows is a protocol that links every completion claim to a specific, executed validation command and its actual output, eliminating unverified success assumptions.

How do I verify subagent work quality before final submission?

Verify subagent work quality before final submission by applying structured quality guardrails that require the subagent to execute reproduction scripts and report the actual exit code and output to support success claims.

Does mandatory verification work for general software testing and debugging workflows?

Mandatory verification works for general software testing and debugging workflows by applying a structured framework that requires fresh evidence and specific validation command execution before allowing any reliability or accuracy claims to be finalized.

What is the best way to eliminate the "it should work" failure mode in automated debugging?

The best way to eliminate the "it should work" failure mode in automated debugging is to require the execution of specific validation commands and the reporting of actual output to support every success claim before a task is completed.

When should I not rely on agent self-reported task completion without fresh evidence?

You should not rely on agent self-reported task completion without fresh evidence when working on bug fixing, subagent delegation, or critical software workflows where reliability and accuracy require actual validation command output.