verification-before-completion

Run fresh verification commands and report evidence before completion claims.

4|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/apexbusiness-systems/APEX-OmniHub --skill verification-before-completion-apexbusiness-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/apexbusiness-systems/APEX-OmniHub/tree/main/.cursor/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/apexbusiness-systems/APEX-OmniHub --skill verification-before-completion-apexbusiness-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enforces verification before declaring completion, ensuring accuracy and honesty in status reports.

Core Features & Use Cases

  • Enforces evidence-based completion: requires fresh verification data before any success claim.
  • Applicable to code reviews, PRs, CI checks, and deployment gates to prevent silent failures.
  • Provides a repeatable process to identify, run, and report verification results with supporting evidence.

Quick Start

Identify the verification command for your project, run it on a clean workspace, review the output for success criteria, and attach the verification evidence to your status update.

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 with evidence before claiming a pull request is complete?

To enforce verification before completion, identify your project's verification command, execute it in a fresh run on a clean workspace, and attach the parsed output as evidence to your status update.

What is evidence-based completion in CI/CD deployment gates?

Evidence-based completion requires fresh verification data from a clean run before any success claim is made. It prevents silent failures by ensuring outcomes are backed by verifiable results rather than assumptions.

How do I prevent silent failures during code reviews and PR checks?

Prevent silent failures during code reviews by applying a repeatable verification process that runs the verification command on a clean workspace, parses outputs for success criteria, and reports verifiable results.

Can I use this verification process for quality assurance checks on any project?

Yes, you can use this process for quality assurance by identifying your specific verification command, running it on a clean workspace, and reviewing the output against your success criteria before reporting completion.

What's the best way to verify completion claims in software engineering?

The best way to verify completion claims is to formalize the process: identify the verification command, execute it in a fresh run, parse the outputs, and report verifiable results to ensure accuracy and honesty in status reports.

Why does my deployment gate fail to catch silent failures in CI checks?

Deployment gates fail to catch silent failures when completion claims lack fresh evidence. Enforcing verification before completion requires running the verification command in a fresh environment and attaching the output as proof.