Verification Before Completion

Enforce evidence-based verification of code compilation, tests, linting, and end-to-end checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/davidlramirez95/towcommand --skill verification-before-completion-davidlramirez95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification Before Completion
Source: https://github.com/davidlramirez95/towcommand/tree/main/.claude/skills/methodology/verification-before-completion
Command: npx skills add https://github.com/davidlramirez95/towcommand --skill verification-before-completion-davidlramirez95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents premature claims of task completion by enforcing a rigorous, evidence-based verification process, thereby reducing rework and ensuring adherence to quality standards.

Core Features & Use Cases

  • Mandatory Verification: Ensures that no task is marked as complete without demonstrable proof.
  • Multi-Level Checks: Covers code compilation, test execution, linting, end-to-end validation, and regression testing.
  • Use Case: Before submitting a code change, a developer must demonstrate successful compilation, passing tests (including race detection), clean linting, and verified end-to-end functionality, preventing bugs from reaching production.

Quick Start

Verify that the current code changes pass all compilation, testing, and linting checks before proceeding.

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 code quality verification before marking a task complete?

Enforce code quality verification by applying a strict, evidence-based protocol requiring successful compilation, test execution, linting, and end-to-end validation before task completion. This prevents premature completion claims and reduces rework.

What is evidence-based task completion in software development workflows?

Evidence-based task completion is a protocol requiring demonstrable proof of code compilation, passing tests, clean linting, and regression analysis before marking a task done. It reduces false completion claims and ensures adherence to quality standards.

How to prevent premature completion claims during code submission?

Prevent premature completion claims by mandating multi-level technical validation, including race detection in tests and end-to-end verification. This ensures developers provide demonstrable proof of robust quality assurance before code changes reach production.

Does evidence-based completion require end-to-end validation and regression testing?

Yes, evidence-based completion requires end-to-end validation and regression testing as part of its multi-level checks. This rigorous protocol ensures code changes are fully verified for functionality and regressions before task completion.

Why does my workflow need race detection and linting for task completion?

Your workflow needs race detection and linting to satisfy robust quality assurance requirements and prevent bugs from reaching production. These checks provide the demonstrable proof needed to reduce false completion claims and ensure code quality.

What are the limitations of relying on manual verification for task completion?

Manual verification lacks the strict, multi-level checks required for robust quality assurance, increasing the risk of bugs reaching production. Automating compilation, testing, and regression analysis provides the demonstrable proof needed to prevent false completion claims.