verification-before-completion

Run verification commands and report status with fresh evidence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/astrosteveo/marketplace --skill verification-before-completion-astrosteveo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/astrosteveo/marketplace/tree/main/plugins/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/astrosteveo/marketplace --skill verification-before-completion-astrosteveo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces evidence-based completion, preventing premature status updates by requiring fresh verification before asserting that work is complete, fixed, or passing.

Core Features & Use Cases

  • Enforces a structured verification workflow before declaring success.
  • Guides validation across tests, linters, builds, or other checkpoints.
  • Use Case: Before merging a PR, run the verification commands and attach fresh evidence to the status report.

Quick Start

Run the verification workflow to obtain fresh evidence before claiming success.

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 tests pass before claiming a build is complete?

To verify tests pass before claiming completion, you must run the verification command fully, parse the results, and report the status with fresh evidence. This prevents premature success claims by enforcing evidence-based validation across CI and PRs.

What is evidence-based completion in software engineering?

Evidence-based completion is a workflow that requires fresh verification before asserting work is fixed or passing. It prevents premature status updates by demanding that you run tests, linters, or builds and attach the resulting evidence to your status report.

How do I prevent premature status updates during CI or PR handoffs?

To prevent premature status updates during CI or PR handoffs, enforce a structured verification workflow that identifies the verification command, runs it fully, and reports status with fresh evidence before any success is claimed.

Can I use structured verification workflows for tasks beyond CI pipelines?

Yes, you can use structured verification workflows for any software task involving claiming tests pass, builds succeed, or bugs are fixed. It applies broadly across CI, PRs, and handoffs to ensure evidence-based completion.

What's the best way to enforce proof of passing tests before a PR merge?

The best way to enforce proof of passing tests before a PR merge is to run the verification commands and attach fresh evidence to the status report. This structured workflow ensures no success claims are made without validated results.

Why does claiming a bug is fixed without evidence cause handoff problems?

Claiming a bug is fixed without evidence causes handoff problems because it skips verification, leading to premature status updates. Requiring fresh evidence from tests or builds ensures claims are validated and prevents downstream failures.