kiro-verify-completion

Verify completion claims using fresh outputs and exit codes.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-verify-completion-ryu-sato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-verify-completion
Source: https://github.com/ryu-sato/reading-web-supporter/tree/main/.claude/skills/kiro-verify-completion
Command: npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-verify-completion-ryu-sato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify completion claims against fresh evidence to prevent false success reports.

Core Features & Use Cases

  • Validates claims (TASK, FIX, TEST_OR_BUILD, FEATURE_GO) using current code state and fresh command outputs.
  • Provides audit-ready evidence and scope alignment checks to guide autonomous execution.
  • Prevents premature GO decisions by enforcing strict verification before progression.

Quick Start

Ask the agent to verify a specific claim with the exact validation commands and current outputs.

Frequently Asked Questions about kiro-verify-completion

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

FAQPage Schema
How do I verify task completion claims against fresh evidence?

To verify task completion claims, you validate the exact claim against current code state and fresh command outputs, including exit codes. This prevents false success reports by ensuring scope alignment before progression.

What is automated claim validation for bug fixes and tests?

Automated claim validation checks whether a bug is fixed or tests pass by enforcing strict verification against fresh outputs. It provides audit-ready evidence to prevent premature GO decisions during autonomous execution.

How do I prevent false success reports in autonomous execution?

You prevent false success reports by requiring exact claim matching, validating commands, and fresh outputs before confirming completion. This strict verification stops premature progression on tasks, fixes, or feature GO claims.

Can I validate a feature GO decision using current command outputs?

Yes, you can validate a FEATURE_GO claim by running exact validation commands and checking fresh outputs with exit codes. This confirms scope alignment and provides audit-ready evidence before allowing progression.

What do I need to start verifying completion claims with validation commands?

You need the exact completion claim, the specific validating command, and fresh outputs including exit codes. Providing these inputs allows the verification process to confirm scope alignment and generate audit-ready evidence.

Why does my completion verification fail when tests pass?

Completion verification fails when the exact claim lacks scope alignment with fresh command outputs. Without validating current code state and proper exit codes, strict verification prevents premature confirmation to avoid false success reports.