verification-before-completion

Require fresh verification evidence before marking code reviews or PRs complete.

4|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/pynbj1001/alpha-sense --skill verification-before-completion-pynbj1001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/pynbj1001/alpha-sense/tree/main/skills/15.%20superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/pynbj1001/alpha-sense --skill verification-before-completion-pynbj1001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents unverified completion claims by requiring fresh verification evidence before any final status is announced, safeguarding honesty and reliability in delivery workflows.

Core Features & Use Cases

  • Enforces a verification-first policy before marking work as complete.
  • Guides through a deterministic gate workflow to identify, run, and confirm verification.
  • Supports audits and PR gates by providing verifiable evidence before assertions.

Quick Start

Run the verification workflow to prove all checks pass before you claim 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 a verification gate before claiming a pull request is complete?

A verification gate prevents unverified completion claims by requiring fresh evidence before any status change. You specify the command to run, execute it fully, analyze the output, and only then permit success claims for pull requests.

What is a verification-first policy for code review and task handoffs?

A verification-first policy requires running fresh checks and providing verifiable evidence before marking work as complete. It safeguards honesty by ensuring claims are backed by recently executed commands and analyzed outputs across workflows.

How do I prevent unverified completion claims in software delivery workflows?

You prevent unverified completion claims by implementing a deterministic gate workflow that identifies verification commands, executes them fully, and analyzes their output before allowing any final status announcement or task handoff.

Does the verification gate workflow support auditing pull requests?

Yes, the verification gate workflow supports audits and PR gates by providing verifiable evidence before assertions. It ensures all checks pass and outputs are analyzed before success is claimed.

What are the limitations of using a verification gate for status changes?

The verification gate requires specifying and executing a command fully before permitting success claims, meaning it cannot bypass failed checks or skipped executions. It strictly demands fresh verification evidence for every status change.