verification-before-completion

Run validation commands and collect outputs before declaring tasks complete.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill verification-before-completion-onclicklistener2048
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/OnClickListener2048/confluence-mcp/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill verification-before-completion-onclicklistener2048

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在没有清晰的验证证据之前,团队往往会错误地对完成的工作作出声明。本技能提供一个系统化的前置验证流程,确保只有在获得可验证的输出后才会宣称完成。

Core Features & Use Cases

  • 验证驱动的完成声明:在提交 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 task completion with evidence before submitting a PR?

To verify task completion with evidence before a PR, execute validation commands, collect their outputs, and confirm the evidence matches expected results before declaring the work done. This prevents false completion claims.

Why does my team incorrectly claim features are done before release handoffs?

Teams incorrectly claim features are done before release handoffs when lacking a systematic pre-completion verification process that backs completion claims with verifiable validation results, leading to false reports.

What is evidence-driven validation in software development workflows?

Evidence-driven validation is a workflow requiring validation commands to run successfully, collecting their outputs, exit codes, and failure statistics to form a traceable evidence chain before a task is declared complete.

How do I create a traceable evidence chain for quality assurance checks?

You create a traceable evidence chain for quality assurance by running validation commands and systematically saving their outputs, exit codes, and failure statistics, ensuring outputs can be reviewed and audited later.

Does this verification workflow work without external dependencies?

Yes, the verification workflow works without external dependencies. It directly integrates into existing development workflows around PR submissions, releases, and feature handoffs to evaluate validation command outputs.