verification-before-completion

Run verification commands and analyze output before claiming task completion.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill verification-before-completion-fakhriaditiarahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/fakhriaditiarahman/Your-Skill-Agent/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill verification-before-completion-fakhriaditiarahman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature claims of completion or success by enforcing a strict verification process before any assertion is made, ensuring accuracy and preventing costly errors.

Core Features & Use Cases

  • Mandatory Verification: Enforces running specific commands and checking their output before declaring a task complete, a bug fixed, or tests passing.
  • Evidence-Based Claims: Requires concrete evidence from command execution to support any statement of success.
  • Use Case: Before committing code, running tests, or reporting a bug as fixed, this Skill ensures you execute the relevant verification commands and analyze their output to confirm the state of the work.

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 verification before claiming code completion?

To enforce verification before claiming code completion, you must execute specific verification commands and analyze their output to gather concrete evidence before making any assertions of success.

What is mandatory verification in software engineering?

Mandatory verification in software engineering is a strict process enforcement requiring independent execution of testing and building commands to provide concrete evidence before declaring tasks complete or bugs fixed.

Why does premature task completion cause errors in code review?

Premature task completion causes errors because assertions are made without evidence; enforcing a strict verification process ensures you analyze command output to confirm the state of the work.

How to provide evidence-based claims for bug fixing?

To provide evidence-based claims for bug fixing, run the relevant verification commands and analyze their output to confirm the state of the work before reporting the bug as fixed.

Does verification before completion work for agent task finalization?

Yes, verification before completion applies to agent task finalization, requiring independent execution and analysis of verification commands to provide evidence before any assertions of success are made.