verification-before-completion

Run a five-step verification sequence before reporting completion claims.

4|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/aaaa47080/stock_agent --skill verification-before-completion-aaaa47080
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/aaaa47080/stock_agent/tree/main/.opencode/skills/verification-before-completion
Command: npx skills add https://github.com/aaaa47080/stock_agent --skill verification-before-completion-aaaa47080

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces verification before reporting completion, requiring fresh evidence to validate success claims and protect against premature releases.

Core Features & Use Cases

  • Verification gate: mandates a five-step process (IDENTIFY, RUN, READ, VERIFY, ONLY THEN) before any completion claim.
  • Evidence-based claims: requires fresh command output and explicit success criteria (exit codes, failure counts) for verification.
  • Guardrails for workflows: applies to tests, builds, linting, and requirement checks in CI/CD and demos.
  • Use Case: teams validating releases, code fixes, or task completions before publicly declaring success.

Quick Start

Run the full verification sequence on your latest changes, then report results only after confirming fresh evidence.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
What is a verification gate in CI/CD pipelines?

A verification gate enforces a mandatory five-step process (IDENTIFY, RUN, READ, VERIFY, ONLY THEN) to validate tests, builds, and requirements before reporting completion, ensuring all success claims are backed by fresh evidence.

How do I verify build completion claims with fresh evidence?

To verify build completion, run the full verification sequence to capture fresh command output, check explicit success criteria like exit codes and failure counts, and only then report success based on that documented evidence.

How do I prevent premature releases in CI pipelines?

Prevent premature releases by applying a verification gate that mandates fresh evidence and explicit exit-status checks across tests, builds, and linting before any task completion is publicly declared.

Does this verification process work for demos and requirement checks?

Yes, the verification process applies to demos and requirement checks across CI pipelines, enforcing documented failure handling and exit-status checks to ensure all criteria pass with verifiable output.

What are the limitations of automated completion claims?

Automated completion claims are limited without fresh verification evidence; they require explicit exit-status checks and documented failure handling to protect against falsely reporting success before all build and test criteria actually pass.

What is the best way to enforce quality assurance before declaring task success?

The best way to enforce quality assurance is to apply a strict verification gate that requires running commands, reading fresh output, and verifying explicit success criteria before any completion claim is accepted.