verification-before-completion

Enforce a 5-step protocol for verifying task completion before claiming completion.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill verification-before-completion-pixel-process-ug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Pixel-Process-UG/superkit-agents/tree/main/templates/skills/verification-before-completion
Command: npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill verification-before-completion-pixel-process-ug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the costly mistake of claiming a task is complete when it is not, by enforcing a rigorous, multi-step verification process before any completion claim is made.

Core Features & Use Cases

  • Hard-Gated Verification: Implements a mandatory 5-step protocol for all task completions.
  • Fresh Evidence: Requires running commands and reading their output in the current session, preventing reliance on stale or assumed results.
  • Use Case: Before marking a bug fix as complete, this Skill ensures all relevant tests, linters, and build checks are run fresh, their outputs are reviewed, and the results confirm the fix.

Quick Start

Use the verification-before-completion skill to confirm that the latest code changes have passed all unit tests and linting checks.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I prevent false task completion claims during code development?

To prevent false task completion claims, enforce a strict 5-step verification protocol that mandates running fresh commands, reading their full output, and confirming results before marking any task complete.

What is a completion gate in quality assurance?

A completion gate in quality assurance is a hard checkpoint that prevents any task completion claim from being made until fresh verification commands are executed and their outputs are explicitly reviewed and confirmed.

How do I verify code quality before marking a bug fix as complete?

Verify code quality before marking a bug fix complete by running all relevant tests, linters, and build checks fresh in the current session, then reviewing their full output to confirm the fix actually resolves the issue.

Does the verification-before-completion protocol work without external dependencies?

Yes, the verification protocol operates without external dependencies, applying a 5-step completion gate across all development phases to mandate fresh evidence and confirm code quality before any completion claim is finalized.

Why does my task verification rely on stale test results?

Task verification relies on stale results when previous outputs are assumed valid; a strict completion gate protocol prevents this by requiring fresh command execution and reading full current session outputs before confirming code quality.

What are the limitations of using manual task management for verification?

Manual task management limitations include assuming prior test outputs are valid; a hard-gated 5-step verification protocol overcomes this by mandating fresh command execution and full output review for every completion claim.