verification-before-completion

Verify completed work with test outputs and validation evidence.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill verification-before-completion-artemiopadilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/ArtemioPadilla/agent-triforce/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill verification-before-completion-artemiopadilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before claiming completion, work must be verifiably finished with concrete evidence, preventing premature claims. This Skill guides teams to require validated outcomes rather than reliance on assumptions.

Core Features & Use Cases

  • Enforces end-to-end verification before closing tasks, PRs, or releases.
  • Promotes evidence-based reporting by requiring command outputs, test results, and validation logs.
  • Applicable to bug fixes, feature implementations, and deployment handoffs to ensure quality and auditable progress.

Quick Start

Run the project’s verification workflow and provide the exact test outputs as evidence

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 code changes before claiming a task is complete?

To verify code changes before completion, run the project's test suite, collect command outputs, and validate that bug fixes or features meet stated requirements. This evidence-based approach prevents prematurely closing tasks or pull requests without concrete proof of success.

What is evidence-based reporting in CI-CD and QA workflows?

Evidence-based reporting in CI-CD and QA workflows requires attaching validation logs and test results to task closures. It shifts teams away from assumptions by enforcing that command outputs and test results are collected as auditable proof before deployment handoffs.

How do I validate deployment handoffs before closing a release?

To validate deployment handoffs before closing a release, execute verification workflows and capture exact test outputs as evidence. This ensures that code changes meet stated requirements and provides auditable progress for quality assurance.

Does verification before completion work for both bug fixes and feature implementations?

Yes, verification before completion works for bug fixes and feature implementations. The process applies end-to-end verification across development workflows by requiring test results and validation logs to ensure changes meet stated requirements.

What's the best way to enforce quality assurance during code review?

The best way to enforce quality assurance during code review is to require validated outcomes rather than assumptions. Demand concrete evidence like command outputs and test results to verify work is actually done before approving pull requests or releases.