kiro-verify-completion

Verify task completion claims with fresh command output and exit codes.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/snicmakino/kolt --skill kiro-verify-completion-snicmakino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-verify-completion
Source: https://github.com/snicmakino/kolt/tree/main/.claude/skills/kiro-verify-completion
Command: npx skills add https://github.com/snicmakino/kolt --skill kiro-verify-completion-snicmakino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents false completion claims. A task, fix, or feature is only complete when supported by fresh evidence that matches the scope of the claim.

Core Features & Use Cases

  • Enforces evidence-backed verification before declaring task completion or feature GO
  • Guides validation with explicit claim types and required inputs and commands
  • Helps maintain trustworthy autonomous execution by preventing premature success claims

Quick Start

Provide a fresh verification command and evidence output to verify your claim.

Frequently Asked Questions about kiro-verify-completion

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

FAQPage Schema
How do I prevent false completion claims in autonomous workflows?

You prevent false completion claims by requiring fresh evidence that matches the claimed outcome before declaring a task, fix, or feature complete. This validation enforces a canonical command and checks fresh output and exit codes for alignment with the claim scope.

How do I verify task completion with fresh evidence?

To verify task completion with fresh evidence, you provide a fresh verification command and capture its output and exit codes. The evidence must align with the scope of the completion claim to confirm the outcome is actually achieved.

What is feature GO verification and when do I need it?

Feature GO verification is the process of validating a feature release by enforcing evidence-backed checks before a GO decision. You need it across autonomous workflows to prevent premature success claims and ensure the claimed outcome is supported by fresh command output.

Does evidence-backed verification work for bug fixes and tests?

Yes, evidence-backed verification works for bug fixes and tests by requiring a canonical validation command and fresh output that matches the claim scope. It prevents unverified success claims across task completion, fixes, and tests in autonomous execution.

What do I need to verify a completion claim?

To verify a completion claim, you need a canonical validation command, the fresh command output, and the exit codes. These inputs are evaluated to ensure the evidence aligns with the specific scope of the claim before completion is declared.

Why does my autonomous workflow report premature success?

Your autonomous workflow reports premature success because it lacks evidence-backed verification requiring fresh command output and exit codes. Without matching fresh evidence to the claimed outcome scope, false completion claims go unchecked and unverified.