verify-changes

Installation
SKILL.md

Verify Changes — Prove Code Works

"Code that exists" ≠ "Code that works." This skill ensures changes are verified through execution.

Core Principle

❌ Verification by inspection:  "I can see the function exists, it should work"
❌ Verification by assumption:  "The types check out, so it's correct"
✅ Verification by execution:   "I ran it, here's the output, it works because [evidence]"

Verification Protocol

Installs
12
Repository
vudovn/ag-kit
GitHub Stars
7.7K
First Seen
May 17, 2026
verify-changes — vudovn/ag-kit