verification-before-completion

Verify executed command outputs before claiming completed work or passing tests.

4|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alixex/aryxn --skill verification-before-completion-alixex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/alixex/aryxn/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/alixex/aryxn --skill verification-before-completion-alixex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents dishonest or premature claims of work completion by enforcing a strict verification process before any success assertion is made.

Core Features & Use Cases

  • Mandatory Verification: Ensures that all claims of completion, passing tests, or bug fixes are backed by fresh, executed verification commands and their output.
  • Reduces Rework: Prevents shipping incomplete or broken code by catching errors before they are committed or deployed.
  • Use Case: Before committing code that is supposed to fix a bug, you must run the relevant test command, verify that the specific symptom is gone, and then present the passing test output as evidence.

Quick Start

Always run the verification command and check its output before claiming any status or expressing satisfaction.

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 before claiming code completion in CI/CD?

To enforce verification before claiming code completion in CI/CD, implement a strict protocol requiring fresh command execution and output validation before any success assertion is made. This ensures evidence precedes positive statements, preventing premature declarations and reducing rework.

What is a mandatory verification protocol for bug fixes?

A mandatory verification protocol for bug fixes requires running the relevant test command, checking that the specific symptom is gone, and presenting the passing test output as evidence before asserting the task is complete. This prevents dishonest or premature claims of work completion.

Why does my agile team experience rework from premature declarations of passing tests?

Your agile team experiences rework from premature declarations of passing tests because success assertions are being made without fresh, executed verification commands. Enforcing independent execution and validation of commands confirms actual status and catches errors before deployment.

Does independent execution of testing commands prevent shipping broken code?

Yes, independent execution of testing commands prevents shipping broken code by catching errors before they are committed or deployed. It requires validation of actual status through executed output, ensuring claims of bug fixes or passing tests are backed by evidence.

What is the best way to prevent premature claims of work completion in DevOps?

The best way to prevent premature claims of work completion in DevOps is to apply a strict verification protocol across all development stages. This ensures that evidence precedes any positive statement by requiring fresh execution and validation of commands before asserting success.

When do I need to run verification commands for code quality assurance?

You need to run verification commands for code quality assurance whenever you assert success at any stage of development. This applies before claiming work completion, bug fixes, or passing tests, ensuring you verify the actual status through executed output before expressing satisfaction.