verification-before-completion

Run verification commands and evaluate outputs before marking tasks complete.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/yt8766/learning-agent-core --skill verification-before-completion-yt8766
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/yt8766/learning-agent-core/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/yt8766/learning-agent-core --skill verification-before-completion-yt8766

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification leads to inaccuracies and trust issues. This rule enforces rigorous verification before any completion claims, ensuring evidence is gathered and reviewed prior to declaring work done.

Core Features & Use Cases

  • Gate-based verification: Identify the required verification command, run it fully, read the output, and verify the claim with concrete evidence.
  • Scope across workflows: Applicable to code reviews, PRs, and task handoffs to prevent premature completion claims.
  • Guarded disclosures: Document failures when verification does not confirm success and prevent false positives.

Quick Start

Run the verification command for your current task and review the full output before marking it complete.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I enforce verification before marking a code task as complete?

To enforce verification before completion, identify the required verification command, run it fully, read the output, and validate the claim against concrete evidence to prevent unverified work from being marked as done.

What is evidence-based verification in PR workflows?

Evidence-based verification in PR workflows is the process of running validation commands and evaluating their outputs for accuracy before claiming success. It satisfies guardrails by documenting failures and preventing premature completion claims.

How do I prevent premature completion claims during code review?

You can prevent premature completion claims during code review by applying gate-based verification that requires running the necessary checks and reviewing the full output before any task handoff or success assertion is made.

What should I do when verification command output does not confirm success?

When verification command output does not confirm success, you must document the failures as guarded disclosures to prevent false positives, ensuring the task is not incorrectly marked as complete.

Can I use gate-based verification for task handoffs across different development workflows?

Yes, gate-based verification can be applied across various development workflows including code reviews, PRs, and task handoffs to ensure evidence is gathered and reviewed prior to declaring any work done.

Do I need any specific dependencies to implement rigorous verification checks?

No specific dependencies are required to implement rigorous verification checks. The process applies standard verification commands and output evaluation to validate task completion claims within your existing environment.