verification-before-completion

Run test and build commands before declaring work complete.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill verification-before-completion-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill verification-before-completion-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Verification Gatekeeping: Mandates a strict process of identifying, running, and reading verification commands before any status claims.
  • Rationalization Prevention: Provides a framework to counter common excuses for skipping verification, such as confidence or fatigue.
  • Use Case: Before submitting a pull request or marking a task as done, use this Skill to systematically run the required test suites and build commands to confirm the code is truly ready.

Quick Start

Apply the verification-before-completion protocol to validate that the current codebase passes all tests and build requirements before declaring the task finished.

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 evidence-based work completion before submitting a pull request?

Evidence-based work completion requires running fresh test suites and build commands to verify code integrity before making any success assertions. This protocol prevents claiming work is finished without actual proof by mandating strict verification gatekeeping.

What is the best way to prevent rationalizing skipped verification steps in software development?

Preventing rationalized skipped verification involves applying a framework that counters excuses like confidence or fatigue. The protocol mandates identifying, running, and reading verification command outputs before declaring a task complete, ensuring strict adherence to quality assurance gates.

How does a verification gatekeeping protocol work for code integrity?

Verification gatekeeping works by requiring fresh execution of test and build commands before any status claims. It enforces a strict process of identifying verification commands, running them, and verifying their output to confirm the codebase truly passes all requirements.

Do I need specific testing frameworks to enforce a work completion verification protocol?

No specific testing frameworks are required to enforce work completion verification. The protocol applies to any software development workflow where code integrity is critical, relying on running your existing test suites and build commands rather than introducing new dependencies.

When do I need to apply verification before completion in my workflow?

Verification before completion should be applied whenever marking a task as done or submitting a pull request. It is necessary in software development workflows where accurate status reporting and code integrity are critical, ensuring all success claims are backed by verifiable evidence.