verification-before-completion

Require fresh verification evidence before reporting work as complete.

1|Updated Mar 6, 2014
One-click install
npx skills add https://github.com/79yuuki/dotfiles --skill verification-before-completion-79yuuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/79yuuki/dotfiles/tree/main/claude/skills/verification-before-completion
Command: npx skills add https://github.com/79yuuki/dotfiles --skill verification-before-completion-79yuuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unsupported completion claims by requiring fresh verification evidence before stating that work is finished, fixed, passing, or ready.

Core Features & Use Cases

  • Evidence-Based Validation: Requires identifying and running the commands that prove a requested status before making claims.
  • Completion Safety Checks: Applies verification gates before commits, pull requests, task handoffs, and progress updates.
  • Use Case: When an AI agent reports a bug fix is complete, use this Skill to independently verify the changes and confirm the actual state before communicating success.

Quick Start

Ask the verification-before-completion skill to verify the current work before claiming it 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 verify code changes before claiming a task is complete?

To verify code changes before claiming completion, you must execute fresh verification commands like tests, builds, and linting, then inspect the actual outputs to gather evidence before reporting success.

What is evidence-based validation in a software workflow?

Evidence-based validation in a software workflow requires running commands that prove a requested status and inspecting their fresh outputs before making any claims about task completion, bug fixes, or readiness.

How do I prevent an AI agent from reporting false completion on bug fixes?

To prevent false completion claims by an AI agent, require it to independently run verification commands, inspect the outputs, and provide concrete evidence of the actual state before communicating success.

Can I apply completion safety checks before pull requests and commits?

Yes, you can apply completion safety checks before commits, pull requests, and task handoffs by enforcing verification gates that require running tests, builds, and linting to confirm actual state.

Does verification before completion work without external testing dependencies?

Yes, verification before completion works without external dependencies by requiring the execution of available local verification commands and inspecting their outputs to validate status before asserting work is finished.