Radberi-VerificationBeforeCompletion

Enforce evidence-based verification before claiming completion in software workflows.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Shade666/huml-dotnet --skill radberi-verificationbeforecompletion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Radberi-VerificationBeforeCompletion
Source: https://github.com/Shade666/huml-dotnet/tree/main/.claude/skills/Radberi-VerificationBeforeCompletion
Command: npx skills add https://github.com/Shade666/huml-dotnet --skill radberi-verificationbeforecompletion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent dishonest completion claims by enforcing evidence-based verification before any status update, merge, or release. This rule ensures that every assertion is backed by fresh test and verification outputs.

Core Features & Use Cases

  • Enforces a stepwise verification gate before claiming completion, including identifying the proving command, running it fresh, reading full outputs, and verifying results.
  • Provides clear guidance on red flags and common failure modes to avoid false positives.
  • Applicable to software development workflows (PRs, merges, releases) to improve trust and reduce rework.

Quick Start

Run the full verification gate to prove success by identifying the command, executing it freshly, reading the output, verifying the result, and only then asserting the claim.

Frequently Asked Questions about Radberi-VerificationBeforeCompletion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce test verification before a code merge?

To prevent false completion claims during software merges, run a verification gate that identifies proving commands, executes them freshly, reads full outputs, and verifies results before asserting any completion status.

What is evidence-based verification in software development workflows?

Evidence-based verification in software workflows requires fresh test, build, and code quality outputs to back every completion assertion. This process replaces trust with validated proof before merges or releases, reducing rework and improving workflow reliability.

How do I stop false positive completion claims in my release process?

Stop false positive completion claims by enforcing a repeatable gate workflow that identifies proving commands, runs them freshly, reads full outputs, checks for red flags, and only asserts completion after verifying actual test and build evidence.

Can I use this verification gate to validate lint and build outputs before releases?

Yes, you can use this verification gate to validate lint and build outputs before releases. The workflow applies to software development cycles to prove code quality by requiring fresh evidence from tests, builds, and linting before any merge or release claim.

What are common red flags when verifying build evidence?

Common red flags when verifying build evidence include ignoring stale test outputs, skipping full output reads, and claiming success without executing the proving command freshly. The workflow provides guidance to spot these failure modes and avoid false verification positives.