verification-before-completion

Run verification commands and confirm output before declaring task completion.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/CC90210/CMO-Agent --skill verification-before-completion-cc90210
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/CC90210/CMO-Agent/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/CC90210/CMO-Agent --skill verification-before-completion-cc90210

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents the common AI failure of claiming tasks are complete or successful without actual proof, eliminating the cycle of false positives and rework.

Core Features & Use Cases

  • Evidence-Based Validation: Mandates that every completion claim must be backed by the output of a specific verification command.
  • Rationalization Prevention: Provides a framework to identify and stop common excuses for skipping verification, such as assuming code works or relying on partial checks.
  • Use Case: Before marking a bug fix as done, the agent is required to run the specific regression test and confirm the output shows zero failures, rather than simply stating the code was changed.

Quick Start

Run the verification command for the current task and confirm the output matches the expected success criteria before declaring the work complete.

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 task completion without proof?

To stop false completion claims, enforce verification protocols requiring agents to execute specific validation commands and review objective output evidence before any status update is communicated.

What is evidence-based validation in automated workflows?

Evidence-based validation requires running specific verification commands to prove operational accuracy, ensuring every task completion claim is backed by objective output rather than assumptions or partial checks.

How do I verify a bug fix is complete before marking it done?

To verify a bug fix, mandate the execution of the specific regression test and confirm the output shows zero failures, preventing the agent from simply stating the code was changed.

Why does my automated workflow produce false positives during testing?

False positives occur when agents rationalize skipping quality assurance and rely on assumptions instead of strict verification protocols that require independent review of actual command output.

Does strict task validation work for automated campaign management?

Strict task validation applies directly to automated campaign management by requiring that any success status update is proven through the execution of specific validation commands and objective evidence review.

What's the best way to prevent rationalization during software quality assurance?

The best way to prevent rationalization is to implement a framework that identifies common excuses for skipping verification and mandates objective command output validation before allowing status updates.