verification-before-completion

Run verification commands and report results with supporting evidence before completion.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill verification-before-completion-wesleysimplicio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/verification-before-completion
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill verification-before-completion-wesleysimplicio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents false completion claims by requiring fresh verification evidence to be produced before reporting success, guarding against premature PRs and releases.

Core Features & Use Cases

  • Enforces running verification commands and evaluating their outputs before claiming completion.
  • Guides users through a reproducible verification flow and captures evidence for audit.
  • Use Case: In a sprint, before merging, run full verification to ensure tests pass and checks complete, then base claims on verifiable results.

Quick Start

Run the full verification command on your latest work and report the results with supporting evidence.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How to prevent false completion claims in software development workflows?

Prevent false completion claims by requiring fresh verification evidence before reporting success. Run full verification commands, evaluate outputs against success criteria, and report status with explicit evidence to guard against premature PRs and releases.

What is verification evidence in code review and governance?

Verification evidence in code review is the fresh output from running full verification commands. It proves work meets success criteria before completion is claimed, ensuring claims are based on verifiable results rather than assumptions.

How do I verify outputs against success criteria before merging a PR?

Verify outputs against success criteria by running full verification commands on your latest work, reviewing the command outputs, and reporting the status with explicit evidence to ensure tests pass and checks complete before merging.

When do I need to run full verification commands during a sprint?

Run full verification commands during a sprint before merging or releasing work. This ensures tests pass and checks complete, allowing you to base completion claims on verifiable results and produce evidence for audit.

Does the verification flow require capturing evidence for audit?

Yes, the verification flow requires capturing evidence for audit. It guides users through a reproducible verification process, ensuring that fresh verification evidence is produced and reported before any completion claims are made.

Can I use this verification process for any software development workflow?

Yes, this verification process applies to software development and review workflows where verification commands must be run and outputs reviewed. It prevents premature PRs and releases by enforcing verifiable results before marking work as complete.