verification-before-completion

Enforce fresh verification evidence before claiming task completion.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill verification-before-completion-daviddatux25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/daviddatuX25/SecureCAT-v2/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill verification-before-completion-daviddatux25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without fresh verification leads to dishonest assertions and potential downstream failures in audits, builds, and deployments. This rule ensures verification evidence is collected and evaluated before any success claims are made.

Core Features & Use Cases

  • Enforces a deliberate verification step before declaring a task finished, preventing premature status updates.
  • Provides clear guidance on which commands to run, how to interpret outputs, and how to report results.
  • Use in code reviews, PRs, build pipelines, and release gates to maintain accountability and quality.

Quick Start

Run the full verification command, review the complete output, and claim completion only if all checks pass with evidence before you proceed.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I prevent premature completion claims in code reviews?

To prevent premature completion claims in code reviews, enforce a verification step that requires explicitly running designated commands, inspecting outputs and exit codes, and reporting fresh evidence before asserting success.

What is build status verification evidence and when do I need it?

Build status verification evidence is the auditable proof collected from running and inspecting build pipelines or test suites. You need it before declaring a task finished to prevent dishonest assertions and downstream deployment failures.

How do I enforce quality-assurance checks before declaring a PR finished?

Enforce quality-assurance checks by running the full verification command across your development workflow, reviewing the complete output, and claiming completion only if all checks pass with fresh evidence before you proceed.

Can I use automated verification for release gates across development workflows?

Yes, you can apply automated verification to release gates across development workflows by enforcing fresh evidence collection from designated commands and evaluating exit codes before allowing any success claims to proceed.

Why does claiming work is complete without verification cause downstream failures?

Claiming work is complete without verification causes downstream failures because it leads to dishonest assertions that bypass quality-assurance checks, introducing unverified code changes into audits, builds, and deployments.