verification-before-completion

Run verification commands before claiming work completion.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/HardyLiu6/youth-memory --skill verification-before-completion-hardyliu6
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/HardyLiu6/youth-memory/tree/main/.codebuddy/skills/verification-before-completion
Command: npx skills add https://github.com/HardyLiu6/youth-memory --skill verification-before-completion-hardyliu6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill promotes honesty and reliability in work completion by enforcing verification before making claims of completion or success.

Core Features & Use Cases

  • Verification Process: Encourages the execution of verification commands and examination of output before making success claims.
  • Gate Function: Defines a step-by-step process to verify claims like test passes, linter clean, and build success.
  • Preventing Common Failures: Identifies common pitfalls and provides guidelines to avoid them.
  • Red Flags: Lists indicators that signal a lack of verification and should prompt a halt.
  • Rationalization Prevention: Offers counterarguments to common excuses for skipping verification.

Quick Start

Before claiming that a task is complete, run the verification commands and ensure the output confirms the 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 work completion before claiming a software development task is done?▼

To verify work completion, you must execute verification commands like tests, linters, and builds, then interpret their output to ensure your success claims are backed by concrete evidence.

What is a verification process for software quality assurance?▼

A verification process for quality assurance acts as a gate function, requiring developers to run tests and examine build outputs before making any claims about task success or completion.

What are common red flags that signal a lack of work verification?▼

Common red flags signaling a lack of work verification include skipping test execution, ignoring linter failures, and making success claims without examining the actual command line output.

How do I prevent rationalization when skipping quality assurance checks?▼

You can prevent rationalization when skipping quality assurance checks by applying predefined counterarguments to common excuses, enforcing a strict step-by-step verification gate before completion.

Does this verification approach apply to project management workflows?▼

Yes, this verification approach applies to project management workflows by enforcing honesty and reliability in completion claims through evidence-based output examination before finalizing tasks.