verification-before-completion

Requires fresh evidence from verification commands before allowing completion claims.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that any claim of completion is backed by fresh verification evidence, preventing dishonest or premature success statements and promoting audit-friendly workflows.

Core Features & Use Cases

  • Gate-based verification that requires running the full verification commands and inspecting outputs before declaring completion.
  • Clear, repeatable steps for identifying the proving command, executing it, parsing results, and validating claims.
  • Ideal for CI, PR approvals, builds, and release processes where status claims must be evidence-backed.

Quick Start

Verify completion only after executing the designated verification command and documenting the resulting outputs as evidence.

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 verification before claiming task completion in a CI workflow?

Evidence-based verification requires running full verification commands and parsing their outputs before declaring completion in a CI workflow. This prevents premature success statements by enforcing deterministic checks that gate any release or PR approval.

What is the best way to gate pull request approvals on fresh verification evidence?

Gating pull request approvals on fresh evidence involves executing designated verification commands and inspecting the actual command outputs. This ensures status claims are backed by verifiable, deterministic results rather than assumptions.

How do I set up gate-based verification for release processes to prevent premature success statements?

Gate-based verification for release processes requires identifying the proving command, executing it, and validating the resulting outputs before acceptance. This enforces repeatable steps to prevent premature success statements.

Can I use deterministic checks to audit completion claims in software engineering?

Deterministic checks can audit completion claims by requiring fresh evidence before assertions. This approach satisfies evidence-driven validation, ensuring that release or PR workflow status claims are backed by verifiable command outputs.

Does gate-based verification work for PR approvals and builds?

Gate-based verification works for PR approvals and builds by enforcing repeatable steps for identifying and executing proving commands. It validates completion claims through deterministic output inspection.

Why do I need fresh command outputs before declaring completion in automated workflows?

Fresh command outputs are required before declaring completion to prevent dishonest or premature success statements. This promotes audit-friendly workflows by ensuring every assertion is backed by fresh verification evidence.