verification-before-completion

Enforce evidence-based validation of completion claims during pull requests and releases.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/vincent-ng/OpenAgentArm --skill verification-before-completion-vincent-ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/vincent-ng/OpenAgentArm/tree/main/.trae/skills/verification-before-completion
Command: npx skills add https://github.com/vincent-ng/OpenAgentArm --skill verification-before-completion-vincent-ng

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? 在宣称工作完成、已修复或测试通过之前使用,在提交或创建 PR 之前——必须运行验证命令并确认输出后才能声称成功;始终用证据支撑断言。 核心原则:始终用证据支撑结论。 没有新鲜的验证证据,不许宣称完成。 如若缺少证据,需记录并附上输出、退出码和相关日志,以便复核。

## Core Features & Use Cases

  • 明确的验证门槛:强制进行完整的验证命令执行并验证输出。
  • 证据驱动的完成声称:将输出、退出码和证据集中汇总,便于审计。
  • 适用场景:在 PR、合并、发布等关键阶段进行状态确认和记录。

### Quick Start Run the verification checklist before finalizing a claim of completion to ensure evidence is collected.

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 verification before claiming a task is complete?

To enforce evidence-based verification, you must run deterministic validation commands and collect their outputs and exit codes before claiming completion. This ensures every success assertion is backed by fresh, verifiable execution results.

Why do I need to run verification commands before creating a pull request?

Running verification commands before a pull request prevents unverified completion claims by enforcing evidence-based validation. It requires running deterministic checks and capturing outputs to ensure only validated changes are merged.

What is the best way to validate completion claims during software releases?

The best way to validate completion claims during releases is to enforce an evidence-driven checklist that executes deterministic verification commands, collects outputs, and mandates reporting verifiable evidence before concluding success.

How to collect and report verification evidence for pull requests and audits?

To collect and report verification evidence, execute your validation commands and aggregate the outputs, exit codes, and logs into a centralized summary. This provides concrete, auditable proof required before finalizing a completion claim.

Does evidence-based validation work without integrating external testing dependencies?

Yes, evidence-based validation works without external dependencies by enforcing the execution of existing deterministic verification commands within your environment, requiring only that outputs and exit codes be collected and reported as proof.

What happens if I claim completion without fresh verification evidence?

Claiming completion without fresh verification evidence violates the core principle of evidence-driven validation. You must instead record the missing evidence and attach outputs, exit codes, and logs for review before concluding success.