verification-before-completion

Run verification commands and review output before claiming completion.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/mihaamiharu/twe --skill verification-before-completion-mihaamiharu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/mihaamiharu/twe/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/mihaamiharu/twe --skill verification-before-completion-mihaamiharu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents premature claims of completion or success by enforcing a strict verification process before any positive assertion is made about work status.

Core Features & Use Cases

  • Mandatory Verification: Ensures that commands proving a claim (e.g., tests passing, builds succeeding) are run and their output is reviewed before any success statement.
  • Reduces Rework: Prevents shipping incomplete or broken work by catching issues early through rigorous, evidence-based validation.
  • Use Case: Before stating "All tests are passing" or "The bug is fixed," this Skill requires you to run the relevant test suite or reproduce the fix and confirm the outcome with actual command output.

Quick Start

Before claiming any status or expressing satisfaction, identify and run the command that proves the claim, read its full output, verify the output confirms the claim, and only then make the claim with evidence.

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 during development?

To prevent premature claims of code completion, enforce a strict verification protocol that requires running specific commands, reviewing their output, and presenting evidence before asserting any success or correctness.

What is the evidence before claims principle in quality assurance?

The evidence before claims principle in quality assurance mandates that you run and verify command outputs proving a status, such as passing tests, before making any positive assertion about work correctness.

How to verify bug fixes before declaring task completion?

To verify bug fixes before declaring task completion, identify and run the command that proves the fix, read its full output, confirm the outcome matches expectations, and then make the claim with evidence.

Does verification before completion work for all stages of software development?

Yes, verification before completion is applicable to all stages of software development and task completion, ensuring factual accuracy and preventing incomplete or broken work from shipping.

Why do I need to run test suites before claiming a successful build?

You need to run test suites before claiming a successful build to catch issues early through rigorous validation, reducing rework and ensuring the output confirms the success statement factually.

What is the best way to enforce mandatory verification during code review?

The best way to enforce mandatory verification during code review is to require running relevant test suites or reproduction commands, reviewing their output, and presenting factual evidence before any success statement.