verification-before-completion

Run verification commands and inspect exit codes before claiming task completion.

3|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill verification-before-completion-paxeer-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol/tree/main/.windsurf/skills/verification-before-completion
Command: npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill verification-before-completion-paxeer-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the premature declaration of work as complete, ensuring that all necessary verification steps are performed before any claims of success are made, thereby maintaining honesty and preventing the shipping of incomplete or broken work.

Core Features & Use Cases

  • Mandatory Verification: Enforces running specific verification commands before any success claims.
  • Evidence-Based Claims: Requires tangible proof (command output, exit codes) to support any assertion of completion or correctness.
  • Use Case: Before committing code, a developer must run the linter and test suite, and verify that no errors or failures are reported, before stating that the code is ready for review.

Quick Start

Always run the verification command and check its output before claiming any work is 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 enforce a verification protocol before claiming code completion?

To enforce a verification protocol before claiming code completion, mandate running specific verification commands and examining their output and exit codes to present evidence before asserting any task is finished or passing.

Why does premature work completion declaration cause software quality issues?

Premature work completion declarations cause quality issues by allowing incomplete or broken code to ship. Enforcing evidence-based verification prevents this dishonesty and ensures all necessary checks are performed before success claims.

What is the best way to verify code readiness before a commit or PR creation?

The best way to verify code readiness before a commit or PR creation is to run linters and test suites, verify no errors are reported, and present the command output as evidence before stating the code is ready for review.

Can I use automated verification to prevent shipping broken code?

Yes, you can use automated verification to prevent shipping broken code by mandating that specific verification commands run successfully and their exit codes are checked before any success claims are made during development stages.

How to provide evidence-based proof that a code fix is passing?

To provide evidence-based proof that a code fix is passing, run the required verification commands, examine the output and exit codes, and present this tangible proof before asserting that the task is finished or fixed.

When do I need to run verification commands during the development process?

You need to run verification commands during all stages of development and task completion, including code commits, PR creation, and agent delegation, to ensure work quality and prevent premature success claims.