← ClaudeAtlas

kiro-verify-completionlisted

Verify completion and success claims with fresh evidence. Use before claiming a task is complete, a fix works, tests pass, or a feature is ready for GO.
MySetsuna/ridge · ★ 0 · Code & Development · score 75
Install: claude install-skill MySetsuna/ridge
# kiro-verify-completion ## Overview 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. ## When to Use - Before saying a task is complete - Before saying a bug is fixed - Before saying tests pass - Before moving to the next task in autonomous execution - Before reporting `GO` from feature-level validation - Before trusting another subagent's success report Do not use this skill for early planning or speculative status updates. ## Inputs Provide: - The exact claim to verify - Claim type: - `TASK` - `FIX` - `TEST_OR_BUILD` - `FEATURE_GO` - Validation commands discovered by the controller - Fresh command output and exit codes - Relevant task IDs, requirement IDs, and design refs where applicable - For feature-level claims: - requirements coverage status - design alignment status - integration status - blocked task status ## Outputs Return one of: - `VERIFIED` - `NOT_VERIFIED` - `MANUAL_VERIFY_REQUIRED` Also return: - Claim reviewed - Evidence used - Scope/evidence mismatch, if any Use the language specified in `spec.json`. ## Gate Function 1. Identify the exact claim. 2. Identify the exact command or checklist that proves that claim. 3. Require fresh evidence from the current code state. 4. Check exit code, failure count, skipped scope, and missing coverage. 5. Reject claims that are broader than the evidence. 6. If mandatory validation cannot be