verification-before-completion

Require fresh verification commands and output evaluation before completion claims.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces rigorous verification before marking work as complete, ensuring evidence-backed claims.

Core Features & Use Cases

  • Require fresh verification commands before completion claims
  • Read and interpret command outputs to validate success
  • Prevent premature PRs or deployments by gating completion status

Quick Start

Run the verification command suite and attach the fresh results before announcing 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 verification before claiming completion of a software development task?

Verification before completion requires running fresh verification commands and evaluating their outputs to validate success before marking work as complete. This evidence-based approach prevents premature completion claims in software development tasks.

What does evidence-based status mean for code changes and pull requests?

Evidence-based status for code changes and pull requests means completion is only claimed after running fresh verification commands and interpreting their outputs to validate success. This gates completion status on verifiable test results rather than assumptions.

How to prevent premature pull requests and deployments with quality assurance checks?

You prevent premature pull requests and deployments by gating completion status on fresh verification command outputs. This quality assurance mechanism requires reading and interpreting results to validate success before any work is marked complete.

Does this verification skill work with existing testing workflows and code review processes?

This verification skill integrates with existing testing workflows by requiring fresh verification commands to be run and their outputs evaluated before completion. It complements code review processes by enforcing evidence-backed status claims for software development tasks.

Why should I require fresh verification commands instead of relying on previous test results?

Fresh verification commands are required because they produce current evidence of success. Relying on previous test results risks claiming completion based on outdated information, which can lead to premature PRs or deployments when code has changed since the last test run.

What are the limitations of enforcing verification before completion for software development tasks?

The skill applies specifically to software development tasks, code changes, tests, and pull requests. It requires fresh verification commands to be executable and their outputs readable, which may limit use in environments where command execution is restricted or outputs are inaccessible.