verification-before-completion

Run prescribed verification commands and report evidence-backed completion results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unverified claims of completion lead to wasted time, undetected defects, and poor trust in software delivery. This Skill ensures every assertion about a task's completion is backed by fresh verification evidence and a deterministic process.

Core Features & Use Cases

  • Deterministic verification: run prescribed commands to validate tests, lint, builds, and other success criteria.
  • Evidence-first reporting: capture outputs, exit codes, and failures to justify results.
  • Use Case: before merging a feature branch, run the verification workflow to confirm tests pass and documentation is up to date.

Quick Start

Run the verification workflow before committing or opening a PR to ensure all criteria are met with evidence.

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate verification checks before claiming code completion in a pull request?

Evidence-based completion requires capturing command outputs and exit codes during continuous integration. This pipeline runs prescribed validation commands and reports success or failures with sources, ensuring every completion claim is backed by fresh verification evidence.

How do I enforce quality-assurance guardrails during continuous integration?

Running verification checks during a pull request prevents unverified claims by executing prescribed commands for tests and builds. If success criteria are not met, the pipeline captures failures and exits, ensuring only verified code progresses to release readiness.

What is the best way to ensure evidence-backed results during software release readiness checks?

The best way to ensure evidence-backed results is implementing a deterministic verification pipeline. It executes validation commands, captures outputs, and enforces evidence-based completion by reporting failures or success with sources, confirming release readiness with fresh verification data.

Does this verification pipeline work without external dependencies?

Yes, this verification pipeline operates without external dependencies. It implements its own deterministic process to execute prescribed commands, capture outputs, and enforce evidence-based completion reporting natively within your software development workflow.