verification-before-completion

Run fresh verification commands and report evidence before declaring completion.

27|5|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Fandry96/k3-agentic-skills --skill verification-before-completion-fandry96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Fandry96/k3-agentic-skills/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/Fandry96/k3-agentic-skills --skill verification-before-completion-fandry96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claims of completion are unreliable without verification. This Skill ensures evidence is produced before declaring success, preventing misstatements and faulty releases.

Core Features & Use Cases

  • Enforces a verification gate before status updates or PRs.
  • Guides running the exact verification commands and interpreting results.
  • Useful in CI workflows, code reviews, and quality gates to ensure trust.

Quick Start

Run the required verification commands on the current task and report the fresh evidence before claiming completion.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I verify code review claims before declaring a PR complete?

To verify code review claims before declaring a PR complete, run the exact verification commands on the current task and parse the fresh output. You must validate exit codes and report this evidence before updating status or claiming completion.

What is a verification gate in a CI pipeline?

A verification gate in a CI pipeline is an enforced checkpoint that requires running fresh verification commands and reporting evidence before declaring success. It ensures completion claims are substantiated by validated exit codes and parsed output.

How do I prevent faulty releases caused by unverified completion claims?

To prevent faulty releases from unverified completion claims, enforce a verification gate that runs required commands and interprets results before any release readiness declaration. This ensures evidence is produced and validated before success is claimed.

Does this verification approach work with standard CI workflows and quality gates?

Yes, this verification approach works with CI workflows and quality gates by specifying a fresh verification command, parsing its output, and validating exit codes. It is designed for software development workflows where completion claims must be verified.

When do I need to run fresh verification commands for release readiness?

You need to run fresh verification commands for release readiness whenever a completion claim is made. This ensures the evidence is current and accurate, preventing misstatements by requiring you to parse output and validate exit codes before declaring success.

Why are completion claims unreliable without verification evidence?

Completion claims are unreliable without verification because they lack substantiated proof. By enforcing a verification gate that requires running exact commands, parsing output, and validating exit codes, you produce the evidence needed to prevent misstatements and faulty releases.