verification-before-completion

Runs verification commands and reports their outputs before declaring completion.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill verification-before-completion-blackroad-os-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/BlackRoad-OS-Inc/blackroad-operator/tree/main/agents/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill verification-before-completion-blackroad-os-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification can lead to silent defects and risky deployments. This Skill enforces the practice of running verification commands and collecting evidence before asserting success, preserving integrity and accuracy.

Core Features & Use Cases

  • Enforces running fresh verification commands before claims.
  • Validates outputs and exit codes, then reports evidence-backed results.
  • Applicable to commits, PRs, and other completion milestones to prevent premature statements.

Quick Start

Run the verification commands and review the outputs before claiming 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 verify code completion with evidence before opening a pull request?

To verify code completion before a pull request, run fresh verification commands across the codebase, evaluate full outputs and exit codes, and report results with evidence before asserting success.

Why does claiming work is complete without verification lead to deployment risks?

Claiming work is complete without verification leads to deployment risks because it allows silent defects to bypass quality assurance checks, requiring evidence-backed validation of command outputs to preserve deployment integrity and accuracy.

What is the best way to validate pull request outputs before committing changes?

The best way to validate pull request outputs before committing is enforcing the practice of running fresh verification commands, capturing their outputs across the codebase, and validating exit codes before reporting success.

Does verification before completion work for general code review milestones?

Yes, verification before completion works for general code review milestones by applying the practice of executing verification commands and collecting evidence-backed results to prevent premature completion statements during commits and pull requests.

How do I capture verification evidence across the codebase before asserting success?

To capture verification evidence across the codebase before asserting success, run required verification commands, evaluate full outputs and exit codes, and report collected results to validate completion claims.