verification-before-completion

Runs pre-commit verification commands to validate task outputs before claims.

14|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill verification-before-completion-ouro-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Ouro-labs/ouroboros-plugins/tree/main/plugins/superpowers/vendor/superpowers/skills/verification-before-completion
Command: npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill verification-before-completion-ouro-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the common issue of prematurely claiming work completion without proper verification, promoting honesty and accuracy in project reporting.

Core Features & Use Cases

  • Pre-commit Verification: Ensures that claims of work completion are backed by evidence before any commits or PRs are made.
  • Verification Commands: Facilitates the execution of verification commands to check the success of a task.
  • Claim Confirmation: Allows users to only make claims of completion or success after verifying outputs.

Quick Start

Before committing or creating a PR, run 'verify-completion' to ensure all verification steps are passed.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I ensure task completion claims are backed by evidence before a git commit?

Pre-commit verification ensures task completion claims are backed by evidence by requiring verification commands to execute and validate outputs before any commits or PRs are made. This prevents prematurely claiming work is finished without proper checks.

What is pre-commit verification in software development and project management?

Pre-commit verification is a process that executes verification commands to check the success of a task and validate outputs. It promotes honesty and accuracy in project reporting by ensuring claims are only made after verification steps pass.

How do I run verification checks before creating a PR?

Run the 'verify-completion' command before committing or creating a PR to ensure all verification steps are passed. This confirms that outputs are validated and allows you to make claims of completion only after verifying the results.

Can I use pre-commit verification for documentation tasks outside of software development?

Yes, pre-commit verification is applicable to any workflow requiring evidence before assertions, including documentation and project management. It facilitates executing verification commands to validate outputs before making claims, regardless of the specific task domain.

Why does prematurely claiming work completion happen and how do I prevent it?

Prematurely claiming work completion happens when outputs are not properly checked before reporting. You prevent it by running a pre-commit verification process that requires the execution of verification commands to validate task success before making any claims.