verification-before-completion

Execute project-defined verification commands and report evidence before completion claims.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/anortham/razorback --skill verification-before-completion-anortham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/anortham/razorback/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/anortham/razorback --skill verification-before-completion-anortham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonesty, not efficiency. This Skill enforces evidence-backed completion by guiding you through scoped verification and recording results.

Core Features & Use Cases

  • Identify: Determine verification scope and required evidence
  • RUN: Execute project-defined verification commands or cite a verification ledger entry
  • READ: Review command outputs, exit codes, and evidence
  • VERIFY: Validate results and report actual status with supporting evidence
  • ONLY THEN: Make the completion claim after successful verification
  • Use Case: Before committing, creating a PR, or moving to production, ensure the work is backed by verifiable results

Quick Start

Run the project-defined verification command for the current HEAD, review the output, and only claim completion if verification 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 verify code changes with evidence before creating a pull request?

To verify code changes before a pull request, execute project-defined verification commands for the current HEAD, review the outputs and exit codes, and only claim completion if the results validate success.

What does it mean to enforce evidence-backed completion in software development workflows?

Evidence-backed completion means preventing unverified claims by requiring structured verification. You must specify a verification scope, execute checks, read outputs, validate results, and transparently report evidence before asserting success.

How do I record verification results in a ledger before merging or deploying?

You can record verification results by executing project-defined verification commands or citing a verification ledger entry, then reviewing the command outputs to validate actual status with supporting evidence before merging.

Can I use structured verification to prevent dishonest completion claims in CI pipelines?

Yes, structured verification prevents dishonest completion claims by enforcing evidence gathering. It applies to CI pipelines where merges or deployments hinge on validated tests and verification outputs.

What is the best way to ensure compliance with test requirements before committing code?

The best way to ensure compliance before committing is to determine the verification scope, run project-defined checks, interpret the command outputs, and report actual status with supporting evidence only after successful verification.

When should I not claim work is complete without verification?

You should never claim work is complete without verification, as claiming completion without validated tests and evidence is dishonesty, not efficiency. Always execute checks and review outputs first.