verification-before-completion

Execute predefined verification commands and evaluate outputs before completion.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/flybirdxx/RunningHub --skill verification-before-completion-flybirdxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/flybirdxx/RunningHub/tree/main/.gemini/skills/verification-before-completion
Command: npx skills add https://github.com/flybirdxx/RunningHub --skill verification-before-completion-flybirdxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps prevent the submission of incomplete or incorrect work by ensuring all verification commands are run and outputs are reviewed before any success claims are made.

Core Features & Use Cases

  • Verification Workflow: Standardizes the verification process before committing code.
  • Output Analysis: Evaluates command outputs, checking exit codes and counting failures.
  • Rule Adherence: Encourages adherence to the principle of "Evidence before claims, always."

Quick Start

Before committing, run the verification commands and ensure the output confirms success.

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code verification before committing or creating a PR?

Automate code verification by configuring predefined shell commands that execute and evaluate outputs before committing. This enforces a standardized workflow that analyzes exit codes and counts failures to confirm correctness.

What is the best way to enforce code review checks before a code commit?

The best way to enforce checks before a code commit is to run a predefined verification workflow. This evaluates command outputs and ensures evidence of success exists before any code review claims are made.

Why should I run verification commands before claiming work is complete?

Running verification commands prevents the submission of incomplete or incorrect work. It adheres to the principle of requiring evidence before claims, ensuring all outputs and exit codes confirm actual completion.

Does the pre-commit verification process work with custom shell commands?

Yes, the pre-commit verification process requires the ability to execute shell commands. It interprets their outputs to check exit codes and count failures, confirming that your custom scripts pass before completing work.

Can I use this workflow to check test failures before raising a pull request?

Yes, you can use this workflow to check test failures before raising a pull request. The output analysis mechanism evaluates command results, counting failures to ensure no incorrect work is submitted.