verification-before-completion

Run verification commands fully before asserting completion in bones workspaces.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill verification-before-completion-danmestas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/danmestas/wardrobe/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/danmestas/wardrobe --skill verification-before-completion-danmestas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents completion claims from being made without fresh verification evidence.

Core Features & Use Cases

  • Enforces a step-by-step verification gate that requires identifying the proving command, running it to completion, and validating the results before declaring success.
  • Applies to bones workspace verifications, builds, tests, and PR validations to ensure accuracy before reporting completion.
  • Provides a clear, auditable process that guards against premature releases, flaky checks, and misleading success signals.

Quick Start

Run the full verification gate in your current workspace to confirm the status 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 premature build completion claims without running fresh verification evidence?

To prevent premature build completion claims, implement a verification gate that identifies the proving command, runs it fully, and validates the output before asserting success to ensure accuracy.

What is the best way to enforce quality assurance before declaring PR validations successful?

The best way to enforce quality assurance for PR validations is to apply a step-by-step verification gate that requires running builds and tests to completion, analyzing output, and only then reporting success.

Why does my workflow report test completion when the verification evidence is stale?

Your workflow reports test completion with stale verification evidence because it lacks a gate that mandates running the proving command to completion and analyzing fresh output before declaring success.

Can I use a verification gate to guard against flaky checks in my build workflow?

Yes, you can use a verification gate to guard against flaky checks in your build workflow by requiring the proving command to run fully, validating the results, and only asserting success after fresh verification evidence is confirmed.

Does verification before completion work for bones workspace verifications and test runs?

Yes, verification before completion applies to bones workspace verifications, builds, tests, and PR validations, ensuring accuracy by running the proving command and analyzing the output before reporting completion.

What limitations should I expect when enforcing completion evidence gates for quality assurance?

When enforcing completion evidence gates for quality assurance, expect the limitation that the proving command must run to full completion and have its output analyzed before any success can be asserted, preventing rapid but unverified claims.