verification-before-completion

Enforce verification before marking tasks complete in PROMPT-APP.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/danilonovaisv/PROMPT-APP --skill verification-before-completion-danilonovaisv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/danilonovaisv/PROMPT-APP/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/danilonovaisv/PROMPT-APP --skill verification-before-completion-danilonovaisv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before declaring any task complete in PROMPT-APP, ensure work is actually done correctly by requiring verifiable evidence and a formal verification step.

Core Features & Use Cases

  • Enforce a verification-first workflow before marking tasks complete across feature implementations, bug fixes, refactors, and configuration updates.
  • Provide a standardized verification checklist (tests, builds, linting) and a clear method to attach evidence (logs, outputs, artifacts).
  • Improve quality control and accountability by ensuring completion claims are backed by reproducible results.

Quick Start

Run the verification workflow before closing any task to attach evidence of tests, builds, and 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 enforce task verification before marking a feature complete?

Task verification before completion requires running tests, building, and linting, then collecting evidence such as logs, test outputs, and artifacts to confirm specific requirements are met before reporting done.

What is evidence-first completion in a software workflow?

Evidence-first completion is a workflow that requires verifiable proof, such as test outputs and build artifacts, to be collected and attached before any development task, bug fix, or refactor is marked complete.

How do I attach verification evidence to a completed task?

To attach verification evidence to a completed task, run the verification workflow to collect logs, test outputs, and build artifacts, ensuring reproducible results back your completion claims.

Does the verification checklist work for configuration updates and refactoring?

Yes, the verification checklist works for configuration updates and refactoring by applying a standardized process of running tests, builds, and linting to ensure verifiable results across all task types.

Why require reproducible results before reporting a task done?

Requiring reproducible results before reporting a task done improves quality control and accountability by ensuring completion claims are backed by actual test outputs, logs, and artifacts rather than unsupported assertions.