verification-before-completion

Enforces verification commands and fresh evidence before declaring completion or success.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/softbreezee/claw-os --skill verification-before-completion-softbreezee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/softbreezee/claw-os/tree/main/temp_skills/superpowers-main/skills/verification-before-completion
Command: npx skills add https://github.com/softbreezee/claw-os --skill verification-before-completion-softbreezee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents premature claims of completion by enforcing a formal verification step before marking work as complete, fixed, or ready for review.

Core Features & Use Cases

  • Verification gate: Requires running specified verification commands and evaluating their outputs before declaring completion.
  • Evidence-driven claims: Ensures all success statements are backed by fresh verification results and logs.
  • Use Case: In a PR workflow, it blocks success announcements until verification passes and evidence is attached.

Quick Start

Run the verification workflow to validate the latest changes before posting any completion status.

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 steps before claiming a code change is complete?

To enforce verification before claiming completion, you need a gate that requires running specific commands and evaluating their outputs. This ensures all success statements are backed by fresh evidence, preventing premature claims in code reviews or releases.

What is evidence-driven release readiness and how does it work?

Evidence-driven release readiness is a process that blocks success announcements until verification passes and explicit evidence is attached. It works by identifying the verification command, executing it fully, reviewing outputs, and reporting results before marking work as complete.

How do I stop premature completion claims in my PR workflow?

To stop premature completion claims in a PR workflow, implement a verification gate that blocks success announcements until verification passes and evidence is attached. This formalizes the step of executing commands and reviewing outputs before declaring work ready for review.

Do I need to run specific verification commands before marking a build as ready?

Yes, you need to run specified verification commands and evaluate their outputs before marking a build as ready. This formal verification step requires fresh evidence and command outputs to ensure all success statements are fully backed by actual test results.

What's the best way to verify results before declaring a release ready?

The best way to verify release readiness is to enforce a formal step that mandates explicit verification and evidence collection. By requiring fresh command outputs and reviewing results before claiming success, you prevent unverified changes from being marked as complete.

Why should I require fresh evidence before accepting code review claims?

Requiring fresh evidence before accepting code review claims prevents premature declarations of completion. It ensures that success statements are backed by actual verification results and logs, enforcing accountability by reviewing command outputs before a PR is marked as ready.