verification-before-completion

Verify work completion by executing commands and reviewing outputs before claims.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Mandatory Verification: Ensures that commands proving a claim (e.g., test runs, build outputs) are executed and their results are reviewed before any success statement.
  • Reduces Errors: Prevents shipping incomplete or broken work by catching issues early through rigorous, fresh verification.
  • Use Case: Before committing code, you must run the test suite and confirm zero failures. Before declaring a bug fixed, you must re-run the scenario that produced the bug and confirm it no longer occurs.

Quick Start

Always run the verification command and review its output before claiming any status or expressing satisfaction.

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent premature claims of code completion before running tests?

To prevent premature claims of code completion, enforce a strict verification protocol that requires executing test suites and reviewing command outputs before asserting any success status or expressing satisfaction.

What is evidence-based verification for software development tasks?

Evidence-based verification is a protocol requiring command execution and output review before making any success claims, ensuring all status updates and task sign-offs are backed by fresh, factual results rather than assumptions.

How do I verify a bug fix before declaring the issue resolved?

To verify a bug fix before declaring it resolved, re-run the specific scenario that originally produced the bug and confirm through the command output that the failure no longer occurs.

Can I use command output review to reduce shipping errors in code quality workflows?

Yes, you can use command output review to reduce shipping errors by catching incomplete or broken work early, ensuring mandatory test runs and build outputs confirm zero failures before committing code.

When do I need to apply mandatory verification protocols in software engineering?

You need to apply mandatory verification protocols at all stages of development and task completion, specifically before committing code, declaring bugs fixed, or providing any status updates and task sign-offs.

What are the limitations of relying on assertions without execution evidence?

Relying on assertions without execution evidence limits accuracy and honesty in reporting, leading to premature claims of work completion that risk shipping incomplete or broken code without catching issues early through fresh verification.