kiro-verify-completion

Verify completion claims by enforcing fresh, scope-aligned evidence.

1.5k|242|Updated Feb 16, 2017
One-click install
npx skills add https://github.com/growilabs/growi --skill kiro-verify-completion-growilabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-verify-completion
Source: https://github.com/growilabs/growi/tree/main/.claude/skills/kiro-verify-completion
Command: npx skills add https://github.com/growilabs/growi --skill kiro-verify-completion-growilabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When claiming task completion, fixes, tests, or feature-go readiness are only accepted if backed by fresh evidence that directly matches the scope of the claim.

Core Features & Use Cases

  • Enforces evidence-based verification before declaring work complete (TASK, FIX, TEST_OR_BUILD, FEATURE_GO).
  • Guides users to provide exact validation commands, capture fresh outputs, and assess evidence against the claim scope.
  • Supports integration into autonomous workflows to prevent premature progression.

Quick Start

Provide the exact claim and run the mandated validation commands to confirm freshness and scope alignment.

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 using fresh evidence in automated workflows?

To verify task completion, you must enforce fresh, scope-aligned evidence by running exact validation commands and checking exit codes. This prevents premature progression by returning a VERIFIED status only when fresh outputs match the claim scope.

What is evidence-based validation for bug fixes and feature readiness?

Evidence-based validation for bug fixes requires capturing fresh command outputs and exit codes to prove the fix works. It enforces mandatory validation steps, ensuring feature-go readiness is backed by fresh evidence directly matching the claimed scope.

How does completion verification handle autonomous agents declaring tasks done?

Completion verification for autonomous agents intercepts done claims and mandates fresh evidence generation. It validates exact commands and coverage, returning NOT_VERIFIED or MANUAL_VERIFY_REQUIRED if the evidence is stale or misaligned with the claim scope.

Can I use automated validation to check test and build readiness before proceeding?

Yes, you can use automated validation to check test and build readiness by enforcing exact validation commands and capturing fresh outputs. It assesses evidence against the claim scope, returning VERIFIED, NOT_VERIFIED, or MANUAL_VERIFY_REQUIRED.

Why does my task validation return a MANUAL_VERIFY_REQUIRED status?

Your task validation returns MANUAL_VERIFY_REQUIRED when the mandated validation steps yield ambiguous fresh evidence. This status occurs during completion verification when scope-aligned evidence is insufficient to definitively return VERIFIED or NOT_VERIFIED.

What's the best way to enforce quality assurance for feature-go readiness?

The best way to enforce quality assurance for feature-go readiness is to mandate fresh evidence collection through exact validation commands. This verification process checks exit codes and coverage to ensure claims are backed by scope-aligned proof.