verify-completion

Run a verification command and parse output to validate completion claims.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill verify-completion-heymishy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-completion
Source: https://github.com/heymishy/2x2-v3-28-03-20216/tree/main/.github/skills/verify-completion
Command: npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill verify-completion-heymishy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents premature completion claims by enforcing a fresh verification gate before any claim can be made.

Core Features & Use Cases

  • Enforces a step-by-step verification workflow (IDENTIFY, RUN, READ, VERIFY, ONLY THEN) to validate completion status.
  • Integrates with an AC verification script and artefacts to surface concrete evidence for decisions.
  • Applies to software development, code reviews, and project handoffs where verification evidence and ACs must be produced.

Quick Start

Run the verification command provided in this message, review the full output, and only then make a completion claim.

Frequently Asked Questions about verify-completion

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

FAQPage Schema
How do I prevent premature completion claims in PR workflows?

Preventing premature completion claims requires enforcing a verification gate that runs a defined command, parses full outputs for pass or fail, and updates pipeline state to validate acceptance criteria before any claim is made.

What is AC verification and how does it gate software development hand-offs?

AC verification gates software hand-offs by enforcing a step-by-step workflow that runs a verification command, parses full output for pass or fail, and updates pipeline state to ensure acceptance criteria are met before completion.

How to enforce a verification gate step by step before claiming task completion?

To enforce a verification gate step by step, follow the IDENTIFY, RUN, READ, VERIFY, and ONLY THEN workflow to run a defined verification command, parse full outputs for pass or fail, and validate completion status before claiming completion.

Can I use a verification gate for project handoffs and code reviews?

Yes, a verification gate applies to project handoffs and code reviews where verification evidence and acceptance criteria must be produced by running a defined command, parsing full outputs for pass or fail, and updating pipeline state accordingly.

Does verification evidence parsing require a specific AC verification script?

Verification evidence parsing integrates with an AC verification script and artefacts to surface concrete evidence for decisions by running a defined verification command, parsing full outputs for pass or fail, and validating acceptance criteria before completion.

Why does my pipeline state not update after acceptance criteria verification?

Pipeline state may not update if the verification gate does not successfully parse full outputs for pass or fail, or if the acceptance criteria validation workflow is not fully completed before attempting to make a completion claim.