verification-before-completion

Enforce fresh command verification before reporting task completion.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/acho1833/spreadline2 --skill verification-before-completion-acho1833
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/acho1833/spreadline2/tree/main/.claude/commands/verification-before-completion
Command: npx skills add https://github.com/acho1833/spreadline2 --skill verification-before-completion-acho1833

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents false completion claims by requiring fresh verification before stating that work is done, fixed, passing, or ready to ship.

Core Features & Use Cases

  • Completion Gatekeeping: Forces an explicit check before saying tests pass, a build succeeds, or a bug is fixed.
  • Evidence-Driven Reporting: Requires running the relevant command and reading the output before making any success claim.
  • Use Case: Before creating a pull request, use this Skill to verify the exact test or build command and report only evidence-backed results.

Quick Start

Use this skill to verify the relevant command output before claiming the task 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 prevent false completion claims before creating a pull request?

To prevent false completion claims before creating a pull request, enforce fresh verification by running the relevant build or test command and inspecting the output. Evidence-based reporting ensures you only claim success after confirming actual results.

What is evidence-driven reporting for build validation and bug fixes?

Evidence-driven reporting for build validation and bug fixes requires running the relevant command, inspecting the output, and reporting only verified results before making any success claim. This mechanism prevents premature statements of correctness.

How do I verify test readiness before claiming a task is complete?

To verify test readiness before claiming a task is complete, execute the exact test command and read the output to confirm it passes. This completion gatekeeping step ensures your status assertions are backed by fresh evidence.

Do I need to run build commands before stating a bug fix is ready to ship?

Yes, you need to run build commands before stating a bug fix is ready to ship. Fresh verification enforces command execution and output inspection, ensuring your success claims are always backed by actual evidence.

Why does claiming a regression check passes without command execution cause issues?

Claiming a regression check passes without command execution causes issues because it skips output inspection and evidence-based reporting. Without fresh verification, you risk making premature completion claims that hide unresolved build or test failures.

What is the best way to enforce verification before completion claims?

The best way to enforce verification before completion claims is to gatekeep the process by requiring command execution, output inspection, and evidence-based reporting. This prevents premature success assertions for testing, builds, and pull requests.