verification-before-completion

Execute verification commands and require fresh evidence before declaring completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This rule prevents unverified completion claims by requiring explicit, fresh evidence before marking work as done or ready for review.

Core Features & Use Cases

  • Enforces a formal verification step before completion, including executing prescribed verification commands and interpreting their outputs.
  • Applies across CI pipelines, local development workflows, and agent-assisted tasks to guard against premature success claims.
  • Use case: before merging a feature branch, run the verification workflow to ensure tests pass, lint is clean, and any required checks have reported success with verifiable evidence.

Quick Start

Run the verification workflow on your latest changes to generate fresh evidence 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 changes before claiming completion?

To verify code changes before completion, execute prescribed testing, linting, and build commands, read their full output with exit codes, and only declare success with fresh evidence.

What is a verification workflow in CI pipelines?

A verification workflow in CI pipelines is a formal validation step that requires executing proving commands and interpreting their outputs to guard against premature success claims before merging.

How do I prevent premature success claims in local development?

Prevent premature success claims in local development by enforcing a verification step that requires fresh test, lint, and build evidence before marking work as done or ready for review.

Does agent-assisted task completion require explicit verification evidence?

Yes, agent-assisted task completion requires explicit verification evidence by identifying the proving command, executing it, reading the full output, and verifying results before declaring completion.

What are the limitations of automated completion verification?

Automated completion verification is limited by its dependence on predefined proving commands; it only validates the specific tests, linters, and builds explicitly configured in your software project workflow pipelines.