verification-before-completion

Enforce verification gates before reporting software tasks as complete.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Qunnnn/agents --skill verification-before-completion-qunnnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Qunnnn/agents/tree/main/skills/general/verification-before-completion
Command: npx skills add https://github.com/Qunnnn/agents --skill verification-before-completion-qunnnn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unsupported claims of completion by requiring fresh verification evidence before reporting that work is finished, fixed, passing, or ready.

Core Features & Use Cases

  • Verification Gates: Requires identifying, running, and reviewing the command or check that proves a claimed status.
  • Quality Assurance Workflows: Guides agents through validating tests, builds, analysis results, generated code, and requirement completion before making assertions.
  • Use Case: When preparing a code change for review, use this Skill to ensure the agent verifies the implementation with appropriate commands before stating that the task is complete.

Quick Start

Use the verification-before-completion skill to check that my recent code changes are actually complete before I report success.

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 checks before declaring software tasks complete?

To enforce verification before completion, you must require fresh evidence from executed test, build, or analysis commands. This prevents unsupported claims by ensuring agents validate implementation results and accurately report observed outcomes before asserting success.

Can I use verification gates to validate code review and pull requests?

Yes, verification gates apply directly to code review and pull requests by requiring executed commands to prove status. Agents must run and review the specific checks that validate generated code, commits, and requirement completion before making assertions.

What is the best way to prevent unsupported completion claims in CI workflows?

The best way to prevent unsupported completion claims in CI workflows is enforcing verification gates that require running tests and builds. This ensures agents report accurate, observed results from executed commands instead of unverified success assertions.

How do I verify code generation and requirement checks before reporting success?

To verify code generation and requirement checks, you must execute specific validation commands and review the fresh evidence. This process ensures completion claims are backed by observed test, build, and analysis results before reporting success.

Why does my agent report tasks as finished without running verification commands?

Agents report tasks as finished without verification when lacking enforced completion gates. Requiring fresh evidence from executed tests, builds, and analysis commands prevents unsupported success claims by mandating observed result validation before status reporting.

Does verification before completion work for quality assurance and testing workflows?

Yes, verification before completion works for quality assurance and testing workflows by guiding agents through validating tests, builds, and analysis results. It requires running appropriate commands and reviewing observed evidence before declaring requirement completion.