verification-before-completion

Require fresh verification evidence before declaring software work complete.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/darkmatter/skills --skill verification-before-completion-darkmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/darkmatter/skills/tree/main/docs/00-inbox/skills/verification-before-completion
Command: npx skills add https://github.com/darkmatter/skills --skill verification-before-completion-darkmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents false completion claims by requiring fresh verification evidence before you say work is finished, fixed, or passing.

Core Features & Use Cases

  • Evidence-first checks: confirm test runs, builds, and bug fixes with actual command output before making success claims.
  • Workflow guardrails: apply the same discipline to commits, pull requests, regression tests, and requirement reviews.
  • Agent accountability: verify delegated agent work by checking the resulting diff and validation results instead of trusting status reports.

Quick Start

Use the verification-before-completion skill to run the relevant proving command and report the result only after you have read the fresh output.

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 false completion claims in agent workflows?

To prevent false completion claims in agent workflows, require fresh verification evidence like test runs and build outputs before updating any task status to done. You must run the full validating command, read complete outputs and exit codes, and confirm the evidence before declaring success.

What is evidence-first verification for bug fixes?

Evidence-first verification for bug fixes is the practice of running the full validating command and reading its complete output and exit codes to confirm a fix actually works, rather than trusting status reports or assumptions before declaring the bug resolved.

How to verify delegated agent work before committing?

To verify delegated agent work before committing, check the resulting diff and validation results instead of trusting status reports. Run the relevant proving command, read the fresh output, and confirm the evidence proves the work is complete before declaring success.

Does verification before completion work for regression checks and requirement reviews?

Yes, verification before completion works for regression checks and requirement reviews by applying the same discipline. It requires running the full validating command, reading complete output and exit codes, and confirming the evidence before declaring any status update across software delivery workflows.

Why do I need to read complete output and exit codes for quality assurance?

You need to read complete output and exit codes for quality assurance because relying on partial output or assumptions leads to false completion claims. Fresh verification evidence ensures that tests, builds, and fixes are actually proven before any success status is declared.