verification-before-completion

Require fresh execution evidence before asserting work completion.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill verification-before-completion-manuelbrandner85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/manuelbrandner85/Weltenbibliothekapp/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill verification-before-completion-manuelbrandner85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the common pitfall of claiming work is finished without actual proof, ensuring that all assertions of success are backed by verifiable output.

Core Features & Use Cases

  • Verification Gate: Forces a mandatory check of command outputs before any completion claim is made.
  • Evidence-Based Reporting: Ensures that claims like tests passing or builds succeeding are tied directly to fresh execution logs.
  • Use Case: Before submitting a pull request, use this Skill to run the full test suite and build process, confirming that the output matches the expected success criteria rather than relying on assumptions.

Quick Start

Run the verification-before-completion skill to validate the current state of the codebase by executing the necessary test and build commands before finalizing your task.

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

To enforce verification before completion, apply a strict protocol requiring fresh execution evidence for all success assertions. This mandates independent validation of test results and system state prior to finalizing any work or pull request.

What is evidence-based reporting for software development workflows?

Evidence-based reporting ensures that work completion claims like passing tests or successful builds are tied directly to fresh execution logs. It prevents relying on assumptions by validating command outputs against expected success criteria.

How do I validate build logs and test results before submitting a pull request?

To validate build logs and test results before a pull request, execute a mandatory verification gate. Run the full test suite and build process to confirm the output matches expected success criteria rather than assuming completion.

Can I use this verification protocol for task handoffs in software development?

Yes, you can use this verification protocol for task handoffs in software development. It ensures technical accuracy by requiring independent validation of system state and fresh execution logs before any success assertion is made.

Why does claiming work is finished without proof cause issues in quality assurance?

Claiming work is finished without proof causes quality assurance issues because it allows unverified code to progress. Requiring fresh execution evidence prevents this pitfall by ensuring all assertions of success are backed by verifiable output.