kimchi:verification-before-completion

Enforce verification commands before claiming task completion in software workflows.

8|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Tromml/kimchi --skill kimchi-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kimchi:verification-before-completion
Source: https://github.com/Tromml/kimchi/tree/main/plugins/kimchi/skills/verification-before-completion
Command: npx skills add https://github.com/Tromml/kimchi --skill kimchi-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents premature claims of task completion by enforcing a strict, evidence-based verification process before any status is declared or work is committed.

Core Features & Use Cases

  • Enforces Evidence-Based Claims: Mandates running verification commands before asserting completion.
  • Comprehensive Checklist: Guides users through testing, acceptance criteria, regression checks, diff reviews, and documentation verification.
  • Identifies Anti-Patterns: Highlights common rationalizations and forbidden shortcuts that lead to incomplete or buggy work.
  • Use Case: A developer finishes coding a feature. Before they mark the ticket as done or create a pull request, they must run all tests, manually verify against acceptance criteria, and review the code changes, using this Skill's guidance to ensure nothing is missed.

Quick Start

Before claiming any status or expressing satisfaction, identify and run the command that proves the claim, read its output, and verify it confirms the claim.

Frequently Asked Questions about kimchi:verification-before-completion

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

FAQPage Schema
How do I prevent premature claims of task completion in software development?

To prevent premature claims of task completion, enforce a strict gate function requiring identification, execution, and confirmation of verification commands before any status is asserted or work is committed.

What is evidence-based verification before claiming code is fixed?

Evidence-based verification requires running fresh verification commands, testing against acceptance criteria, checking for regressions, and reviewing diffs before asserting that code is fixed or passing.

How to verify code changes before creating a pull request?

To verify code changes before creating a pull request, run all tests, manually verify against acceptance criteria, and review the code changes using a comprehensive checklist to ensure nothing is missed.

Why does my agentic workflow claim tasks are passing without running tests?

Agentic workflows may claim tasks are passing without tests due to common rationalizations and forbidden shortcuts, requiring a strict verification process to mandate running commands before asserting completion.

What common anti-patterns lead to incomplete or buggy work claims?

Common anti-patterns leading to buggy work claims include relying on rationalizations and taking forbidden shortcuts instead of executing fresh verification commands to confirm testing and acceptance criteria.

Does this verification process apply to all stages of task completion?

Yes, this verification process applies to all stages of task completion in software development and agentic workflows, ensuring no work is claimed as complete without prior verification evidence.