verification-before-completion

Require verification command output as evidence before claiming work completion.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill verification-before-completion-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill verification-before-completion-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Prevents premature claims of work completion by requiring evidence from verification commands before any success claims are made.

Core Features & Use Cases

  • Verification Commands: Requires running specific commands to verify work before claiming completion.
  • Evidence-based Claims: Ensures that claims of work completion are backed by actual evidence.
  • Use Case: Before committing code, the skill requires running a test suite to verify that all tests pass, preventing the shipment of broken code.

Quick Start

Before committing, run 'verify-work' to ensure all checks are passed and provide evidence of successful verification.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I verify code completion before committing changes?

To verify code completion before committing, you must execute verification commands like running your test suite and confirm their output passes. This evidence-based verification prevents shipping broken code by requiring actual proof that all checks are passed.

Why does claiming work completion prematurely cause software quality issues?

Claiming work completion prematurely causes software quality issues because it bypasses final checks, allowing broken code to be shipped. Requiring evidence from verification commands ensures claims are backed by actual test suite results before finalizing development.

What is evidence-based verification in software development?

Evidence-based verification in software development is the process of requiring execution of verification commands and confirming their output before any work completion claims are made. It ensures software quality by backing success claims with actual test results.

Can I use this verification process for code review and test suite validation?

Yes, you can use this verification process for code review and test suite validation. It is applicable to any scenario where work completion is claimed before final checks, specifically running test suites to verify all tests pass for software quality assurance.

How do I run verification commands to ensure work integrity?

To ensure work integrity, run the 'verify-work' command before committing to execute your test suite and code quality checks. This requires the verification commands to run successfully and provide evidence of their output before you can claim completion.

What are the limitations of evidence-based work verification?

The limitation of evidence-based work verification is that it requires actual execution of verification commands and confirmation of their output. It cannot validate completion claims if the appropriate test suite or code quality verification commands are not defined or cannot be executed.