verification-before-completion

Run verification workflows to produce fresh outputs and evidence of completion.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ccakmak60/agentforge --skill verification-before-completion-ccakmak60
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/ccakmak60/agentforge/tree/main/.trae/skills/verification-before-completion
Command: npx skills add https://github.com/ccakmak60/agentforge --skill verification-before-completion-ccakmak60

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming completion without verification risks releasing unverified work and misrepresenting progress. It enforces an evidence-first approach to ensure outcomes are backed by fresh verification results.

Core Features & Use Cases

  • Enforces a step-by-step verification protocol before making status claims.
  • Applies to code, tests, builds, and documentation where fresh evidence is required to close work.
  • Example: before merging a PR, run verification commands and attach fresh outputs as proof of correctness.

Quick Start

Run the verification workflow on a task to generate fresh evidence of its completion.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I verify task completion with evidence before claiming a pull request is ready to merge?

To verify completion with evidence, you must run the full verification workflow to produce fresh outputs, logs, and results that substantiate the claim. The workflow reads outputs, checks exit codes, counts errors, and reports the final determination with proof of correctness.

What is an evidence-first verification protocol for software engineering workflows?

An evidence-first verification protocol enforces a step-by-step process requiring fresh verification results before making status claims. It identifies commands that prove completion, runs them to generate fresh logs, and reports the final determination with evidence.

How do I structure a step-by-step verification workflow to validate code builds and tests?

You structure the verification workflow by identifying commands that prove completion and the success criteria that must be met. Run the full workflow to produce fresh outputs, verify exit codes and error counts, and report the final determination with evidence.

Does this verification approach work for documenting validation results across different types of development tasks?

Yes, this verification approach applies to code, tests, builds, and documentation where fresh evidence is required to close work. It enforces governance by reading outputs, verifying exit codes, and reporting the final determination with evidence.

What's the best way to enforce quality assurance and governance before claiming a task is complete?

The best way to enforce quality assurance is to enforce an evidence-first approach that ensures outcomes are backed by fresh verification results. It identifies proving commands, runs the full verification workflow, and reports the final determination with evidence.

Why does claiming completion without verification risk releasing unverified work?

Claiming completion without verification risks releasing unverified work and misrepresenting progress because it lacks fresh evidence. Enforcing an evidence-first approach ensures outcomes are backed by fresh verification results, preventing unverified claims.