verification-before-completion

Run verification commands and attach evidence logs before declaring completion.

78|6|Updated May 19, 2026
One-click install
npx skills add https://github.com/liu5540/reasonix-skill-powers --skill verification-before-completion-liu5540
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/liu5540/reasonix-skill-powers/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/liu5540/reasonix-skill-powers --skill verification-before-completion-liu5540

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before claiming that work is complete, fixed, or tested, this Skill enforces running verification commands and only allows conclusions supported by evidence.

Core Features & Use Cases

  • Evidence-based completion: Requires running explicit verification steps and collecting outputs that substantiate the claim.
  • Audit-ready results: Generates verifiable logs or artifacts that can be attached to PRs or releases.
  • Use Case: In a code review, ensure all tests pass and log outputs before merging.

Quick Start

Run the prescribed verification commands, review their outputs, and attach the evidence before declaring completion.

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 declaring a pull request complete?

To enforce verification before declaring a pull request complete, run explicit verification commands and collect their outputs. This ensures completion claims are substantiated by verifiable evidence prior to PR creation or code review.

What is evidence-based completion in software development?

Evidence-based completion in software development is a process that requires running explicit verification steps and collecting outputs to substantiate claims before declaring work complete, fixed, or tested.

How do I generate audit-ready logs for code reviews?

To generate audit-ready logs for code reviews, run prescribed verification commands and review their outputs to ensure all tests pass. Attach these verifiable artifacts to your PRs before merging.

Does this verification process work with release workflows?

Yes, this verification process works with release workflows by enforcing that verification commands are executed and documented. It generates verifiable artifacts that can be attached directly to releases.

What's the best way to prevent unverified completion claims in software engineering?

The best way to prevent unverified completion claims is to enforce running explicit verification steps and require evidence-backed final statements that validate claims with verifiable outputs before submission.