verification-before-completion

Require validation commands, evidence, and output review before declaring completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Declaring completion without verifiable evidence leads to unreliable releases and untracked issues. This Skill enforces that every claim of done is backed by concrete validation outputs and logs.

Core Features & Use Cases

  • Enforces running validation commands before marking work as complete.
  • Requires collecting and attaching evidence (logs, test results, screenshots) to support claims.
  • Suitable for PR gates, release checks, and audit trails in software projects.

Quick Start

Run validation commands, review outputs, and attach evidence before declaring 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 prevent declaring task completion without verifiable validation results?

To prevent declaring completion without verifiable validation results, you must run explicit validation commands, review full outputs, and attach concrete evidence like logs or test results before marking tasks as done.

How do I enforce an audit trail in CI PR gating workflows?

To enforce an audit trail in CI PR gating workflows, require running validation commands, collecting evidence such as test results, and documenting outputs to meet completion criteria before approving pull requests or releases.

What is verification before completion in software quality assurance?

Verification before completion in software quality assurance is the practice of backing every claim of done with concrete validation outputs and logs, ensuring proof-backed decisions for reliable releases and tracked issues.

Can I use this validation approach for release checks and PR reviews?

Yes, you can use this validation approach for release checks and PR reviews. It applies directly to CI workflows and release gates by enforcing explicit commands and full output review to meet completion criteria.

What kind of evidence do I need to attach before marking work as complete?

Before marking work as complete, you need to attach concrete validation evidence such as logs, test results, and screenshots to support claims and ensure proof-backed decisions meet the defined completion criteria.

Why does declaring completion without evidence lead to unreliable releases?

Declaring completion without evidence leads to unreliable releases because untracked issues bypass quality assurance checks. Enforcing verifiable validation results and collecting logs ensures proof-backed decisions before marking tasks as done.