verification-before-completion

Run verification commands and review outputs before claiming code completion.

1|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/goodnessibeh/ai-dev-boilerplate --skill verification-before-completion-goodnessibeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/goodnessibeh/ai-dev-boilerplate/tree/main/.claude/skills/verification-before-completion
Command: npx skills add https://github.com/goodnessibeh/ai-dev-boilerplate --skill verification-before-completion-goodnessibeh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill promotes honesty in work completion by enforcing the verification of outputs before claiming success, reducing false positives and improving the quality of work.

Core Features & Use Cases

  • Verification Workflow: Ensures that no completion claim is made without running the verification command and reviewing its output.
  • Rule Application: Encourages developers to identify the necessary verification command, execute it, and confirm the claim before proceeding.
  • Common Failures Guidance: Lists common oversights and how to properly follow the verification steps.

Quick Start

Before claiming work is complete, execute the verification command specified for your task, review the output, and if it confirms the success, claim completion accordingly.

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 verification before claiming code completion in TDD environments?

To enforce verification before completion in TDD, you require explicit verification commands to be run and results reviewed before making any claims of success. This ensures no claims of successful code are made without empirical evidence of success.

What is the best way to prevent false positives in development completion claims?

The best way to prevent false positives in development completion claims is to enforce a verification workflow that requires running necessary verification commands and reviewing their output before confirming work is complete.

How does the verification workflow function in test-driven development?

The verification workflow functions by requiring developers to identify the necessary verification command, execute it, review the output, and confirm the success claim before proceeding. This enforces honesty by validating completion claims empirically.

Can I use this verification workflow for any codebase or only test-driven development?

This verification workflow is applicable in test-driven development (TDD) environments and any codebase where you need to validate completion claims by running explicit verification commands and reviewing the empirical results.

What are common oversights when verifying work quality before completion?

Common oversights when verifying work quality include failing to run the specified verification command, not reviewing the output, or claiming completion without empirical evidence of success. Properly following the verification steps prevents these issues.