verification-before-completion

Execute verification commands and check output before claiming completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a framework to verify work is complete and correct before making success claims, reducing errors and promoting honesty in work completion.

Core Features & Use Cases

  • Verification Framework: Offers a structured process for verification before claiming completion or correctness.
  • Command Execution: Executes verification commands to check the output.
  • Output Reading: Reads and checks the output for errors or success indicators.
  • Claim Making: Allows for claims to be made only after successful verification.
  • Use Case: Before committing code to a repository, this Skill ensures all tests pass, the build is successful, and no regressions have occurred.

Quick Start

Run 'verify-work-completion' to confirm work is complete and correct before committing.

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 work completion before committing code?

To verify work completion before committing, run a verification framework that executes safety checks and commands to confirm tests pass and builds succeed. This ensures correctness before any success claim is made.

What is a verification framework for code review and process safety checks?

A verification framework for code review is a structured process that executes verification commands, reads output for success indicators, and prevents success claims until errors are confirmed absent. It promotes honesty in work completion.

Can I use this verification framework for workflows outside of code commits?

Yes, you can use this verification framework for any workflow requiring confirmation of work completion and correctness. It is applicable to any process needing executed checks and read output before claiming success.

How do I ensure no regressions have occurred before claiming code completion?

To ensure no regressions occurred before claiming code completion, execute verification commands to check output for errors or success indicators. The framework reads output and only allows claims after confirming successful builds and passing tests.

What are the limitations of automated work completion verification?

The framework relies on executing verification commands and reading their output for success indicators. It cannot verify correctness for processes lacking executable checks or measurable output, limiting it to workflows with testable command outputs.