verification-before-completion

Enforces verification commands before any work completion claim.

Updated May 6, 2026
One-click install
npx skills add https://github.com/johan-Rm/agents --skill verification-before-completion-johan-rm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/johan-Rm/agents/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/johan-Rm/agents --skill verification-before-completion-johan-rm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the common pitfall of claiming work is finished or successful without actual proof, ensuring that all assertions are backed by verifiable output.

Core Features & Use Cases

  • Verification Gate: Mandates a strict sequence of identifying, running, and reading verification commands before any success claim.
  • Rationalization Prevention: Provides a framework to identify and reject common excuses for skipping verification steps.
  • Use Case: Before submitting a pull request or marking a task as done, use this Skill to systematically run tests, check build logs, and confirm that the actual output matches the expected requirements.

Quick Start

Apply the verification-before-completion protocol to validate the current task status by running the necessary test commands and confirming the output before making any claims.

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 evidence-based verification before claiming a software task is complete?

Skipping verification steps often leads to claiming work is finished without actual proof, causing inaccurate reporting. A strict verification gate prevents this by requiring test execution and output confirmation before any success assertion.

How do I prevent rationalizing or skipping the quality assurance step in a development workflow?

Preventing rationalization in quality assurance requires a framework that identifies and rejects common excuses for skipping verification. It enforces a strict sequence of identifying, running, and reading verification commands before marking a task done.

Can I use this verification protocol for agent delegation workflows and task management?

You can apply this verification protocol to agent delegation workflows and task management. It ensures accountability by mandating agents execute verification commands and provide objective proof before reporting task completion.

What is the best way to verify task completion before submitting a pull request?

The best way to verify task completion before a pull request is to systematically run tests, check build logs, and confirm actual output matches expected requirements. This ensures objective proof validates the success claim.