verification-before-completion

Verify executed commands before claiming task completion or success.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Come0520/L2C --skill verification-before-completion-come0520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Come0520/L2C/tree/main/.agent/skills/verification-before-completion
Command: npx skills add https://github.com/Come0520/L2C --skill verification-before-completion-come0520

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents premature claims of completion or success by enforcing a strict verification process before any positive assertion is made about work status.

Core Features & Use Cases

  • Mandatory Verification: Ensures that all claims of tests passing, bugs fixed, or work completed are backed by fresh, executed verification commands.
  • Prevents False Positives: Stops the propagation of unverified states, reducing the risk of shipping incomplete or broken code.
  • Use Case: Before committing code, you must run the relevant test suite and confirm zero failures in the output, then state "All tests pass with 0 failures" with evidence.

Quick Start

Always run the verification command and confirm its output before claiming any work is complete.

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 evidence before claims in a CI/CD pipeline?

To enforce evidence before claims in a CI/CD pipeline, require independent execution of verification commands to confirm actual state before allowing task status updates. This prevents false positives by stopping the propagation of unverified code states.

What is mandatory verification for code commits and pull requests?

Mandatory verification for code commits and pull requests is a strict policy requiring developers to run relevant test suites and confirm zero failures in fresh output before claiming work is complete. It ensures all success assertions are backed by evidence.

How do I prevent false positives when updating task status in agile development?

To prevent false positives when updating task status in agile development, mandate fresh execution of verification commands to confirm the actual state before making positive claims. This stops premature assertions that bugs are fixed or tests are passing.

Does this verification policy work without external dependencies?

Yes, this verification policy works without external dependencies. It enforces a strict evidence-first workflow natively by requiring independent execution of commands to confirm actual state before any positive claims are made about work status.

What's the best way to verify tests passing before claiming work is complete?

The best way to verify tests passing before claiming work is complete is running the relevant test suite and confirming zero failures in the output. You must then state the success with evidence, ensuring no unverified code is shipped.