verification-before-completion

Require verification evidence before declaring task completion in development workflows.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill verification-before-completion-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/lie5860/ak-guess --skill verification-before-completion-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Declaring task completion without verifiable evidence leads to inefficiency and dishonesty. This skill enforces a disciplined process that requires evidence-backed validation before any completion claims.

Core Features & Use Cases

  • Enforces a step-by-step verification gate for PRs, deployments, and milestone sign-offs.
  • Promotes evidence-driven conclusions by requiring complete command outputs and validation results.
  • Suitable for software development, QA, and product handoffs where accuracy and traceability matter.

Quick Start

Run the full verification sequence before declaring completion and attach verifiable outputs as evidence.

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 evidence-based validation before a pull request is approved?

You can enforce evidence-based validation by implementing a gate process that mandates executing verification commands and presenting complete outputs as evidence before claiming task completion.

What is a verification gate in software development workflows?

A verification gate is a process in development workflows that requires evidence-backed validation, such as full command outputs, before milestone approvals or feature delivery claims are accepted.

How do I stop feature delivery claims that lack verifiable test outputs?

You can stop unverified feature delivery claims by mandating developers execute testing commands and present the complete output as proof before declaring milestones complete.

Does the verification gate approach work for milestone sign-offs and product handoffs?

Yes, the verification gate approach works for milestone sign-offs and product handoffs by enforcing a step-by-step process that requires verifiable evidence and traceable validation results before approval.

What is the best way to ensure traceable validation results during PR submissions?

The best way to ensure traceable validation results during PR submissions is to run a full verification sequence and attach verifiable command outputs as evidence-backed proof of completion.

When do I need to require evidence before claiming task completion?

You need to require evidence before claiming task completion during PR submissions, feature deliveries, or milestone approvals across development workflows to prevent inefficiency and ensure accuracy.