verification-before-completion

Verify work completion with executed command output before claiming success.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents dishonest or premature claims of work completion by enforcing a strict verification process before any assertion of success 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.
  • Red Flag Identification: Helps users recognize common rationalizations and "red flag" phrases that indicate a lack of proper verification.
  • Use Case: Before committing code or creating a pull request, you must run your test suite and confirm zero failures, then state "All tests pass" with the exact output count.

Quick Start

Always run the verification command and confirm its output before stating that work is complete or passing.

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, apply a strict protocol requiring explicit evidence from executed commands, such as running test suites and confirming zero failures before stating work is done.

What are common red flag phrases indicating a lack of testing verification?

Common red flag phrases indicating a lack of testing verification include rationalizations that bypass running fresh commands, signaling premature assertions of success without concrete output evidence from executed tests.

Do I need to run test suites before stating bug fixes are complete?

Yes, you need to run test suites before stating bug fixes are complete to ensure honesty and accuracy in reporting work status, preventing premature assertions by backing claims with fresh command output.

Why does claiming a task is complete without evidence cause issues in software development?

Claiming a task is complete without evidence causes issues in software development because it leads to dishonest or premature work status reports, bypassing the necessary execution of verification commands to prove zero failures.

How to verify passing tests before creating a pull request?

To verify passing tests before creating a pull request, run your test suite, confirm zero failures, and state "All tests pass" by providing the exact output count from the executed verification commands.