verification-before-completion

Execute prescribed validation commands and inspect outputs before declaring completion.

Updated May 4, 2026
One-click install
npx skills add https://github.com/fred29910/migra-go --skill verification-before-completion-fred29910
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/fred29910/migra-go/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/fred29910/migra-go --skill verification-before-completion-fred29910

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在宣称完成、修复或测试通过之前使用,在提交或创建 PR 之前——必须运行验证命令并确认输出后才能声称成功;始终用证据支撑断言

Core Features & Use Cases

  • 严格要求在声称完成前提供可验证的证据,避免虚假宣称
  • 将可重复的验证步骤纳入 CI/CD 和日常工作流,提升交付透明度
  • Use Case: 在提交 PR 之前运行完整验证并附上输出作为完成证明

Quick Start

在声称完成前执行完整的验证命令并附上输出证据。

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 changes before creating a pull request?

To verify code changes before a pull request, you must execute prescribed validation commands, inspect the logs, and attach the reproducible output as evidence to substantiate your completion claims.

What is evidence-based validation in CI/CD workflows?

Evidence-based validation in CI-CD workflows is the process of running reproducible commands and checking outputs to ensure that claims of a fix or feature completion are fully substantiated before release gates.

How can I stop false claims of task completion during code review?

To stop false claims during code review, enforce verification before completion by requiring developers to run validation commands and provide verifiable results that prove success.

Do I need specific CI-CD tools to enforce completion verification?

No specific CI-CD tools are required as dependencies. The process applies to existing PR workflows and release gates by demanding reproducible commands and verifiable log inspection to prove success.

What is the best way to automate release gates with quality assurance?

The best way to automate release gates with quality assurance is to integrate strict validation steps that execute prescribed commands and check outputs, ensuring verifiable results substantiate any completion claims.