verification-before-completion

Run verification commands and check exit codes before declaring work complete.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill verification-before-completion-jmduea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/jmduea/emotiv-cortex-rs/tree/main/.github/skills/verification-before-completion
Command: npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill verification-before-completion-jmduea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents false claims of work being complete by requiring fresh verification output before any success statement.

Core Features & Use Cases

  • Verification Gate: Requires running the exact command that proves a claim.
  • Evidence Requirement: Checks exit codes, output, and failure counts.
  • Applicable Scenarios: Before committing, opening pull requests, or declaring tasks finished in development workflows.

Quick Start

Ask the verification skill to run your test suite and confirm the results before marking work as 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 enforce verification before claiming task completion in CI pipelines?

To prevent false completion claims, this approach requires running the exact verification command and checking fresh exit codes, command output, and failure counts before marking work as done.

What is a verification gate and how does it work for pull requests?

A verification gate requires running the exact command that proves a claim, checking fresh command output and exit codes to prevent false success statements before opening pull requests or committing code.

How do I stop false success claims when running tests?

To stop false success claims when running tests, require fresh verification output that checks exit codes and failure counts before declaring tasks finished, ensuring evidence exists for the success statement.

Does verification before completion work with standard CI pipelines?

Yes, verification before completion works with CI pipelines by checking fresh command output, exit codes, and failure counts to ensure evidence exists before marking tasks as done.

What are the limitations of requiring fresh verification output before completion?

The limitation of requiring fresh verification output is that it strictly prevents success claims without running the exact proof command, which may block task completion if verification commands fail or produce errors.