verification-before-completion

Run verification commands and evaluate outputs before claiming completion.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/sswapnil2/ai-config-fintech --skill verification-before-completion-sswapnil2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/sswapnil2/ai-config-fintech/tree/main/skills/superpowers/verification-before-completion
Command: npx skills add https://github.com/sswapnil2/ai-config-fintech --skill verification-before-completion-sswapnil2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming completion without verification risks dishonesty and hidden defects. This Skill enforces a verification-before-claim process and requires fresh evidence before declaring success.

Core Features & Use Cases

  • Enforces verification steps before marking work complete (tests, builds, reviews).
  • Captures and presents evidence of verification to stakeholders.
  • Use Case: Before merging a PR, run the verification suite and attach evidence; if failures, report status and root cause.

Quick Start

Run the full verification workflow for your current task and attach the verification output as evidence before declaring 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 enforce verification steps before marking a pull request as complete?

Verification before completion requires running fresh verification commands and evaluating their outputs before asserting success. This process captures evidence like test results and build outputs to prevent premature completion claims and hidden defects in code changes.

What is a premature completion claim in code review and how is it detected?

A premature completion claim in code review occurs when success is asserted without fresh verification evidence. It is detected by enforcing a process that demands running tests, builds, and evaluations, requiring their outputs as proof before allowing the completion status to be declared.

How do I attach verification evidence to a pull request before merging?

To attach verification evidence before merging a pull request, run the full verification workflow for your task and capture the command outputs. If failures occur, report the status and root cause alongside the evidence instead of declaring the work complete.

What specific verification steps and expected outputs are required to satisfy completion criteria?

Required verification steps include running tests, builds, code reviews, and deployment checks. The expected outputs must demonstrate successful execution for each claim, providing fresh evidence that satisfies the predefined completion criteria before success is declared.

When should I not use an automated verification workflow for quality assurance?

You should not rely solely on automated verification when a task requires subjective human judgment or when verification commands cannot produce deterministic expected outputs. Automated guardrails are designed for objective evidence like test suites and build statuses, not nuanced evaluations.