verification-before-completion

Require fresh verification command output before declaring work complete.

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

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 Confirmation: Forces a real check before any success statement is made.
  • Pre-commit and PR Guardrail: Helps ensure tests, builds, and fixes are verified before sharing results.
  • Status Integrity: Useful when reporting task completion, bug fixes, regression results, or code quality outcomes.

Quick Start

Use this skill to verify the relevant command output and confirm the work is complete before making any success claim.

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 a build and test run before making a pull-request claim?

To verify a build and test run before a pull-request claim, execute the relevant command, read the full output and exit code, and use that fresh evidence to confirm the work is passing before declaring completion.

What is evidence-first verification for preventing false completion claims in code?

Evidence-first verification prevents false completion claims by requiring fresh test or build output and exit codes before allowing any statement that a code change, bug fix, or regression check is finished and passing.

How to stop unverified bug fix claims before a pre-commit status update?

To stop unverified bug fix claims before a pre-commit update, run the specific verification command for the fix, review the actual output, and only report success after confirming the evidence proves the issue is resolved.

Can I use automated verification commands to check code changes before reporting task completion?

Yes, you can use automated verification commands to check code changes before reporting task completion by executing the build or test command, reading the full output, and confirming the exit code indicates success before making any claims.

What's the best way to ensure status integrity when reporting regression test results?

The best way to ensure status integrity when reporting regression test results is to execute the test suite, review the complete output and exit code, and base your passing claim strictly on that fresh verification evidence.

Why does requiring fresh verification evidence matter for pull-request status updates?

Requiring fresh verification evidence for pull-request status updates matters because it prevents false completion claims by forcing you to run the build or test command, read the actual output, and prove the work is passing before sharing results.