verify-completion

Auto-discover and execute lint, test, and build commands to verify completion claims.

Updated Dec 15, 2019
One-click install
npx skills add https://github.com/matsuyoshi30/dotfiles --skill verify-completion-matsuyoshi30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-completion
Source: https://github.com/matsuyoshi30/dotfiles/tree/main/.agents/skills/verify-completion
Command: npx skills add https://github.com/matsuyoshi30/dotfiles --skill verify-completion-matsuyoshi30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification gates ensure completion claims are backed by fresh evidence by auto-discovering and executing test, lint, and build commands, and blocking claims that lack fresh verification.

Core Features & Use Cases

  • Auto-discovers and runs lint, test, and build commands across project repos.
  • Evaluates exit codes and outputs to determine verification status, and blocks claims without fresh evidence.
  • Useful before committing, opening PRs, or claiming a task is done to ensure verifiable results.

Quick Start

Run the verification gate to validate completion before claiming, then review the results.

Frequently Asked Questions about verify-completion

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

FAQPage Schema
How do I automate build and test verification before claiming a task is complete?

Automate verification of completion claims by auto-discovering and executing lint, test, and build commands to ensure fresh evidence before claiming a task is done. It evaluates exit codes and outputs to determine verification status.

Why do I need fresh verification evidence before opening a pull request?

Fresh verification evidence prevents false completion claims by blocking commits or PRs that lack recent test, lint, or build results. This ensures that claims are always backed by verifiable execution outputs rather than stale checks.

Can I auto-discover lint and test commands across project repos without manual configuration?

Yes, the verification gate auto-discovers and executes lint, test, and build commands across project repos without requiring manual setup. It analyzes the resulting exit codes and outputs to determine the verification status.

What's the best way to block task completion claims that lack fresh verification?

The best way to block unverified claims is using an automated verification gate that executes test, lint, and build commands, then blocks any completion claim that lacks fresh evidence based on exit code analysis.

How does the verification gate report test and build results?

The verification gate reports results in a structured markdown table after analyzing exit codes and outputs from auto-discovered lint, test, and build commands, providing clear evidence of verification status.