Verification Before Completion

Run npm test and inspect output before claiming task completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/opensesh/BOS-2.0 --skill verification-before-completion-opensesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification Before Completion
Source: https://github.com/opensesh/BOS-2.0/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/opensesh/BOS-2.0 --skill verification-before-completion-opensesh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature claims of task completion by enforcing a strict verification process before any assertion of success, ensuring accuracy and reliability.

Core Features & Use Cases

  • Mandatory Verification: Triggers before any completion claim, ensuring all steps are followed.
  • Evidence-Based Claims: Requires concrete proof (test output, build logs, etc.) for any status assertion.
  • Use Case: Before declaring a bug fixed, this Skill ensures you re-run the test case, verify the fix, and check for regressions, preventing the closure of unresolved issues.

Quick Start

Always run the verification command npm test before claiming a task is done.

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 a software bug fix is complete?

To enforce verification before claiming a software bug fix is complete, implement a mandatory protocol requiring specific commands like test runs and output inspection to provide concrete evidence for success assertions.

Why does my workflow suffer from premature task completion claims?

Workflows suffer from premature task completion claims when developers assert success without evidence, which this verification protocol prevents by mandating concrete proof such as test output or build logs before finalization.

What is the best way to prevent closing unresolved issues in software development?

The best way to prevent closing unresolved software development issues is to mandate an evidence-based verification process that re-runs test cases, confirms the fix, and checks for regressions before any success claim.

How do I require concrete evidence for task completion assertions?

To require concrete evidence for task completion assertions, enforce a strict verification protocol that triggers before finalization, compelling the execution of commands and inspection of their output to maintain accuracy and trust.

Can I use this verification protocol for feature implementations and not just bug fixes?

Yes, you can use this verification protocol for feature implementations as well as bug fixes, because it applies broadly to any software development workflow requiring mandatory evidence before finalization.