verification-before-completion

Run fresh verification commands and attach evidence before PRs or releases.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jayhjenkins/Dev-Team-Full-SDLC --skill verification-before-completion-jayhjenkins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/jayhjenkins/Dev-Team-Full-SDLC/tree/main/vendor/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/jayhjenkins/Dev-Team-Full-SDLC --skill verification-before-completion-jayhjenkins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces verification before claiming completion, ensuring that every success claim is backed by fresh, verifiable evidence.

Core Features & Use Cases

  • Verification gate: requires executing a fresh verification command and inspecting its output before declaring success.
  • Evidence collection: attaches logs, outputs, and artifacts to support status claims.
  • Use Case: before opening a PR or concluding a task, run the verification workflow to confirm all checks pass and provide demonstrable results.

Quick Start

Run the verification workflow to validate your completed work, then report results and attach 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 enforce verification steps before claiming a pull request is complete?

To enforce verification before completion, you must execute a fresh verification command, inspect its output, and attach the resulting evidence to your PR. This ensures every success claim is backed by demonstrable logs and artifacts.

What is a quality gate for verifying work completion claims?

A quality gate for completion claims requires running fresh verification commands and reviewing their outputs before declaring a task done. It prevents unverified claims by enforcing evidence collection and status reporting.

How do I collect evidence for QA verification before a release?

You collect evidence for QA verification by running your verification workflow, capturing the command outputs and logs, and attaching those artifacts to your status report. This provides verifiable proof that all checks pass.

What's the best way to prevent unverified completion claims under PR pressure?

The best way to prevent unverified claims under PR pressure is to implement a strict verification gate. This requires parsing fresh verification command outputs and attaching evidence before any success status is reported.

Does verification before completion require any specific QA tools?

No specific QA tools are required. The process applies to any scenario where you can execute fresh verification commands, parse their outputs, and attach the resulting logs as evidence to support your status claims.