verification-before-completion

Require fresh verification command output before asserting task completion.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/manhthien2005/FixNow --skill verification-before-completion-manhthien2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/manhthien2005/FixNow/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/manhthien2005/FixNow --skill verification-before-completion-manhthien2005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Evidence-First Completion: Forces you to run the relevant verification command before stating success.
  • Status Validation: Helps confirm tests, builds, bug fixes, and requirement checks with actual output.
  • Use Case: Before announcing a PR is ready, verify the full test or build command, inspect the output, and only then report the result.

Quick Start

Apply this skill before claiming any task is complete by running the exact verification step that proves the result and then stating only what the fresh output confirms.

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 opening a pull request?

To prevent false completion claims before opening a pull request, you must run the exact verification command and inspect its full output before asserting that work is done or ready to ship.

What is evidence-first build validation and how does it work?

Evidence-first build validation is a process that requires running fresh verification commands and reading their full output to confirm status, ensuring you only state success supported by actual results.

How do I verify bug fixes using actual command output?

To verify bug fixes using actual command output, run the relevant test or build command, read the complete output, and report only what the fresh execution results confirm rather than making unsupported claims.

Do I need to run tests before claiming a requirement check is passing?

Yes, you need to run tests before claiming a requirement check is passing. The workflow requires executing the relevant command and reading its full output before making any positive status assertion.

Can I use this verification workflow for pre-commit validation?

Yes, you can use this verification workflow for pre-commit validation. It applies directly to pre-commit and pre-PR validation workflows by forcing you to run verification steps before reporting success.

What's the best way to ensure quality assurance claims are supported by fresh evidence?

The best way to ensure quality assurance claims are supported by fresh evidence is to require running the exact verification command and inspecting its full output before stating any task is fixed, passing, or complete.