verification-before-completion

Guide developers through verification checks before claiming work completion.

4|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/endorphin-ai/hasbrains-agent-kit --skill verification-before-completion-endorphin-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/endorphin-ai/hasbrains-agent-kit/tree/main/agent-engineering/skills/verification-before-completion
Command: npx skills add https://github.com/endorphin-ai/hasbrains-agent-kit --skill verification-before-completion-endorphin-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that no work is claimed as complete without thorough verification, promoting honesty and accuracy in software development.

Core Features & Use Cases

  • Verification Workflow: Guides through a structured verification process before claiming work complete.
  • Preventing False Claims: Helps developers avoid committing incomplete or incorrect work.
  • Use Case: Before merging a pull request, use this Skill to run all necessary verification commands and ensure all checks pass.

Quick Start

Run the verification commands for your code changes and ensure all checks pass before claiming the 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 verify code changes before claiming work is complete?

To verify code changes before claiming work is complete, you run all necessary verification commands and ensure every check passes. This structured verification workflow prevents committing incomplete or incorrect code.

Why should I run commit checks before merging a pull request?

Running commit checks before merging a pull request prevents false claims of work completion. It ensures all necessary verification commands pass, maintaining honesty and code quality in your development workflow.

What is a verification workflow in software development?

A verification workflow in software development is a structured process that guides developers through running necessary checks. It ensures accuracy and prevents false claims before work is committed and marked as complete.

How do I prevent false claims of work completion when committing code?

To prevent false claims of work completion, follow a structured verification process to run all necessary checks. This ensures accuracy and honesty by confirming that changes are fully verified before committing.

Can I use this verification process for any software development workflow?

Yes, this verification process applies broadly to software development workflows. It guides developers through running necessary checks before claiming work is complete, ensuring code quality regardless of the specific environment.

What are the limitations of manual commit checks without a verification workflow?

Without a structured verification workflow, manual commit checks risk false claims of work completion. Developers may commit incomplete or incorrect code, compromising honesty and overall code quality.