verification-before-completion

Run verification commands and report fresh outputs before completion claims.

3|Updated Jun 3, 2022
One-click install
npx skills add https://github.com/Hohlas/SoSimple --skill verification-before-completion-hohlas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/Hohlas/SoSimple/tree/main/.kilocode/skills/verification-before-completion
Command: npx skills add https://github.com/Hohlas/SoSimple --skill verification-before-completion-hohlas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work as complete without fresh verification is risky and dishonest. This skill enforces evidence-based status claims by requiring verifiable verification results before any completion statement.

Core Features & Use Cases

  • Enforces a structured verification workflow: identify the proving command, run it freshly, read and validate outputs, and only then declare success.
  • Applies to development, testing, QA, and release workflows where status claims influence downstream actions.
  • Improves traceability and reduces the risk of regressions or undiscovered failures by documenting verifiable evidence.

Quick Start

Run the designated verification commands, review fresh outputs, and report the results before any completion claim.

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 evidence-based completion claims in development workflows?

To enforce evidence-based completion claims, you must identify the designated verification commands, run them freshly, read and validate the outputs, and only then declare success with documented evidence of the results.

What is the best way to verify testing results before claiming a release is complete?

The best way to verify testing results before claiming completion is to run the proving commands fully, review the fresh outputs, and report the verifiable results. This ensures that status claims influencing downstream release actions are backed by fresh evidence.

Why does claiming work complete without fresh verification cause regressions?

Claiming work complete without fresh verification causes regressions because downstream actions proceed based on unverified status claims. Enforcing structured verification workflows requires running proving commands and validating outputs to catch undiscovered failures before declaration.

Can I use verification guardrails for QA workflows without running test commands?

No, verification guardrails for QA workflows require running designated test commands fully and reading the fresh outputs. Without executing these verification commands and validating the results, you cannot generate the verifiable evidence needed to claim completion.

Does quality assurance verification require documenting command outputs as evidence?

Yes, quality assurance verification requires documenting command outputs as evidence to improve traceability. The workflow involves identifying proving commands, running them freshly, reading outputs, and reporting the verifiable results to support any completion statement.