verification-before-completion

Run full verification commands and confirm output before claiming completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JasonVene/CC_MainDev --skill verification-before-completion-jasonvene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/JasonVene/CC_MainDev/tree/main/_archive/imports/downloads/superpowers-main/skills/verification-before-completion
Command: npx skills add https://github.com/JasonVene/CC_MainDev --skill verification-before-completion-jasonvene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

Core Features & Use Cases

  • Enforces fresh verification before any completion claim to prevent dishonesty
  • Requires executing the full verification command and inspecting the output for adequacy
  • Maintains an auditable trail of results to justify success statements in PRs and releases

Quick Start

Run the full verification command on the latest changes and confirm the output before making any completion claim.

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 unverified completion claims in pull requests?

Preventing unverified completion claims requires running full build and test commands, inspecting their output for success, and attaching that evidence to your pull request. This enforces validation of results before making any success assertions.

What is build validation before claiming a software release is complete?

Build validation before a release is the process of executing your verification commands on the latest changes and confirming successful output. It maintains an auditable trail of results to justify success statements in releases.

How do I enforce fresh verification evidence before committing changes?

Enforcing fresh verification evidence involves running the full verification command on your latest changes and inspecting the output for adequacy before committing. This process ensures evidence is gathered before assertions are made.

Do I need to run tests before creating a pull request?

Running tests before creating a pull request is required to validate results and prevent dishonesty. You must execute the full command, read its output, and verify success before claiming work is fixed or passing.

What's the best way to maintain an auditable trail of build validation results?

Maintaining an auditable trail of build validation results is achieved by running full verification commands and confirming their output before making completion claims. This justifies your success statements in PRs and releases.

When should I not use automated verification for completion claims?

Automated verification for completion claims should not be used when you cannot execute full commands or inspect their output. The process relies entirely on reading fresh command output to confirm success before asserting work is complete.