kiro-verify-completion

Verify completion claims using recent command outputs and exit codes.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/mimikun/mimikun.nvim-config --skill kiro-verify-completion-mimikun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-verify-completion
Source: https://github.com/mimikun/mimikun.nvim-config/tree/main/.claude/skills/kiro-verify-completion
Command: npx skills add https://github.com/mimikun/mimikun.nvim-config --skill kiro-verify-completion-mimikun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents false claims of task or feature completion by verifying supporting evidence from current code and execution states.

Core Features & Use Cases

  • Verification of completion claims: Confirms whether tasks, fixes, or features are truly completed based on fresh command outputs and validation checks.
  • Risk mitigation: Ensures that outdated or partial evidence does not lead to premature success reports, improving project reliability.
  • Use Case: Before marking a bug as fixed, verify the situation with current logs and test results to ensure the issue is resolved.

Quick Start

Use the skill to verify that the reported task completion is supported by the latest system logs and test results.

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 a bug fix is actually completed before reporting it?

Verifying task completion requires analyzing recent command outputs, exit codes, and validation results to ensure the reported fix is backed by fresh evidence and current system states.

What is the best way to prevent false task completion claims in software engineering?

The best way to prevent false task completion claims is to validate current execution states and test results, ensuring outdated or partial evidence does not trigger premature success reports and compromise project reliability.

How does command output validation work for task completion checks?

Command output validation works by analyzing recent execution logs and exit codes to confirm whether tasks or features are truly completed based on fresh system states, preventing false reporting and maintaining project integrity.

Can I use code validation to check task completion for my current project?

Yes, you can use code validation to check task completion by analyzing recent command outputs and validation results from your current project environment to confirm reported fixes are fully supported by fresh execution evidence.

Why does my task completion reporting show false positives after a code fix?

Task completion reporting shows false positives when success claims rely on outdated or partial evidence instead of fresh command outputs and validation checks, causing premature reporting before the system state is truly resolved.