verification-before-completion

Run verification commands and validate outputs before claiming completion.

6|2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/EricOo0/stock-trading-platform --skill verification-before-completion-ericoo0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/EricOo0/stock-trading-platform/tree/main/.codex/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/EricOo0/stock-trading-platform --skill verification-before-completion-ericoo0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonest, not efficiency. This skill enforces evidence-based completion and prevents premature success claims.

Core Features & Use Cases

  • Verification Gate: Require running a full verification command and reading the output before asserting success.
  • Evidence Capture: Document and attach outputs, logs, and results to support status claims.
  • Auditable Workflow: Integrates into PR checklists and sprint governance to ensure accountability and reproducibility.

Quick Start

Run the verification command sequence to generate fresh evidence and confirm that all checks pass before marking the work as complete.

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 premature completion claims in pull request workflows?

Evidence-based completion requires running a full verification command and analyzing fresh outputs before asserting success. This prevents premature completion claims by attaching logs and results to support status claims in code reviews.

What is evidence-based completion in software development?

Evidence-based completion in software development is the practice of requiring fresh verification command outputs and logs before claiming work is finished. It enforces honesty, traceability, and accountability by attaching evidence to status claims.

How to enforce code review verification with evidence capture?

Enforce code review verification with evidence capture by running full verification command sequences, reading the output, and attaching logs or results to your PR checklist. This auditable workflow ensures reproducibility and accountability before marking work complete.

Can I use verification gates for sprint governance and PR checklists?

Yes, you can use verification gates for sprint governance and PR checklists. The process requires executing fresh verification commands, validating outputs, and reporting status with evidence to ensure accountability and reproducible audit trails.

Why require running fresh verification commands before marking work complete?

Running fresh verification commands before marking work complete prevents dishonest or unverified success claims. It ensures that completion status is backed by actual execution outputs, providing honest, traceable, and reproducible evidence of quality assurance.