verification-before-completion

Require fresh test, linter, and build verification before reporting completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/HA-Dev-Template --skill verification-before-completion-l3digitalnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/L3DigitalNet/HA-Dev-Template/tree/main/resources/skills/verification-before-completion
Command: npx skills add https://github.com/L3DigitalNet/HA-Dev-Template --skill verification-before-completion-l3digitalnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents unverified completion claims by requiring fresh verification evidence before marking work as done.

Core Features & Use Cases

  • Define a verifiable checklist of commands to run (tests, linters, builds) and evaluate outputs for truthfulness.
  • Enforce evidence-driven reporting in code reviews, PR approvals, and CI pipelines for traceable quality.
  • Use in software development workflows to ensure honesty, reproducibility, and auditability of success claims.

Quick Start

Run the verification commands and review their outputs to confirm success before reporting it.

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 unverified completion claims in my software development workflow?

To prevent unverified completion claims, require fresh verification evidence from tests, linters, and builds before marking work as done. This ensures honesty and traceable verification by evaluating command outputs for truthfulness before reporting success.

How do I enforce evidence-driven reporting in code reviews and PR approvals?

Enforce evidence-driven reporting in code reviews by defining a verifiable checklist of commands to run and evaluating their outputs. This provides traceable quality and ensures success claims are reproducible and auditable before approving PRs.

What is evidence-driven verification before marking a build or test as complete?

Evidence-driven verification is the process of running tests, linters, and builds, then validating their outputs to confirm success before reporting completion. It specifies which commands to run, how to read outputs, and how to report results for auditability.

Can I use automated verification checklists for CI pipeline quality assurance?

Yes, you can use automated verification checklists in CI pipelines to enforce evidence-driven reporting. By requiring fresh test and build outputs, you achieve traceable quality assurance and prevent unverified success claims in your software development workflow.

What's the best way to ensure reproducibility and auditability of software success claims?

The best way to ensure reproducibility and auditability of success claims is to enforce evidence-driven verification. By specifying which commands to run and how to read their outputs, you guarantee that completion claims are backed by fresh, traceable verification evidence.