confirm-complete

Validate completion claims against executed tests, builds, and security scans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/caseyrtalbot/claude-plugins --skill confirm-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confirm-complete
Source: https://github.com/caseyrtalbot/claude-plugins/tree/main/plugins/forge/skills/confirm-complete
Command: npx skills add https://github.com/caseyrtalbot/claude-plugins --skill confirm-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that completion claims are backed by executed evidence, preventing premature landings and unreliable delivery.

Core Features & Use Cases

  • Enforces evidence-backed completion: blocks land-changes until tests pass, builds succeed, and security scans complete.
  • Guides verification through a structured workflow with gates and end-to-end checks.
  • Suitable for software delivery pipelines, code reviews, and feature landings where auditability is required.

Quick Start

Run the verification workflow and attach the required evidence before claiming completion.

Frequently Asked Questions about confirm-complete

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

FAQPage Schema
How do I enforce evidence-backed completion for software delivery pipelines?

Evidence-backed completion blocks code landings until tests pass, builds succeed, and security scans complete. It guides verification through a structured workflow with quality gates and end-to-end checks to prevent premature or unreliable software delivery.

What is end-to-end verification in software project workflows?

End-to-end verification validates that completion claims are backed by executed evidence. The process requires passing tests, successful builds, completed security scans, and spec coverage audits before transitioning to land changes.

How do I set up quality gates to block code landings without passing tests?

Quality gates block land-changes by requiring executed evidence at each verification step. You run the verification workflow and attach required evidence, ensuring tests, builds, and security scans succeed before claiming completion.

Do I need spec coverage audits for mandatory evidence capture in code reviews?

Yes, spec coverage audits are part of the end-to-end verification process. They satisfy requirements for mandatory evidence capture, ensuring completion claims are fully backed by auditable proof during code reviews and feature landings.

When should I not use an evidence-backed verification workflow?

Evidence-backed verification is not suitable for rapid prototyping or exploratory work where auditability is not required. It is designed for software delivery pipelines and feature landings where preventing unreliable delivery is critical.