verification-before-completion

Require fresh verification evidence before claiming completion in pre-commit, pre-PR, and release workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent false completion claims by requiring fresh verification evidence.

Core Features & Use Cases

  • Evidence-driven validation: Identify the verification command, execute it fully, read the output, and confirm it supports the claimed state.
  • Scope-aware workflows: Applies to pre-commit, pre-PR, and release processes to ensure verifiable success with documented outputs.
  • Practical example: Before merging a feature branch, run tests and lint and attach the logs as evidence.

Quick Start

Run the full verification command and attach the resulting evidence before claiming 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 false completion claims before merging a feature branch?

To prevent false completion claims, require fresh verification evidence by running tests and lint, then attaching the logs as documented output before claiming completion.

What is evidence-driven verification in pre-commit and pre-PR workflows?

Evidence-driven verification identifies the verification command, executes it fully, reads the output, and confirms it supports the claimed state across pre-commit, pre-PR, and release workflows.

How do I enforce a verification process for build and test results?

Enforce a verification process by identifying the build or test command, running it fully, reading and validating the results, and reporting the outcome with documented evidence.

Does verification-before-completion work with standard lint and test commands?

Yes, it applies standard lint and test commands to generate verifiable success, requiring you to run the full verification command and attach resulting evidence before completion.

What's the best way to document quality-assurance evidence for release workflows?

The best way to document quality-assurance evidence is to execute verification commands fully during release workflows and attach the resulting logs as documented outputs to confirm verifiable success.

Why do I need to run verification commands fully before claiming a task is done?

You need to run verification commands fully because evidence-first validation requires reading and validating the actual output to prevent false completion claims and ensure verifiable success.