verification-before-completion

Enforce explicit verification before reporting task completion.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Itzalive/resistance-ai --skill verification-before-completion-itzalive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Itzalive/resistance-ai/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/Itzalive/resistance-ai --skill verification-before-completion-itzalive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without verification risks deception and rework. This skill enforces evidence-based completion by requiring explicit verification steps, outputs, and checks before stating success.

Core Features & Use Cases

  • Structured verification workflow: Define a repeatable process to confirm results with fresh evidence.
  • Guardrails for code and task completion: Enforces run-check-verify before status updates, PRs, or deployments.
  • Use Case: Before merging a fix, run the verification sequence to ensure tests pass and outputs meet expectations.

Quick Start

Run the verification sequence before declaring success to ensure evidence supports 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 enforce verification before marking a pull request as complete?

To enforce verification before completion, implement a structured workflow that requires running a defined command to observe fresh evidence and confirm outputs before updating task status or merging pull requests.

Why does claiming code is done without running checks increase rework risk?

Claiming code is done without running checks increases rework risk because unverified completion claims bypass quality assurance, leading to undetected failures and deceptive status reporting in continuous integration pipelines.

What is evidence-based task completion in code review and deployment?

Evidence-based task completion in code review and deployment is a gating mechanism that prevents premature success claims by requiring explicit output review and actual status reporting backed by observed verification results.

How do I stop premature completion claims in continuous integration pipelines?

To stop premature completion claims in continuous integration, apply a verification workflow that gates progress by requiring a run-check-verify sequence, ensuring tests pass and outputs meet expectations before deployments.

Can I use this verification gating for both code reviews and deployments?

Yes, you can use this verification gating for both code reviews and deployments, as the mechanism applies universally to any task completion or PR scenario where observable evidence must confirm the result.

Do I need a specific testing framework to run the verification sequence before completion?

No specific testing framework is required, but you must define a repeatable command to verify results, carefully review the outputs, and report actual status with evidence before stating success.