Verify Change — Development skill for Claude Code
verify-change — drive it end-to-end; don't trust green tests.
How to install Verify Change
Installs to ~/.claude/skills/ramzi1997-cmyk-claude-code-production-kit-free-tier-verify-change/SKILL.md
mkdir -p ~/.claude/skills/ramzi1997-cmyk-claude-code-production-kit-free-tier-verify-change && curl -fsSL https://raw.githubusercontent.com/ramzi1997-cmyk/claude-code-production-kit-free-tier/HEAD/skills/verify-change.md -o ~/.claude/skills/ramzi1997-cmyk-claude-code-production-kit-free-tier-verify-change/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Verify Change does
verify-change — drive it end-to-end; don't trust green tests
Use before committing any nontrivial change to product code, especially right after tests go green.
The pitch
Green tests answer "does the code do what the tests say it should." They do not answer "can a real user actually reach this." Those are different claims, and the gap between them is one of the most common ways solo-built software quietly ships broken: every unit test passes, the agent reports success, and the featur
Alternatives in Development
- Internet Court Skill — The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 4.9k ★
- CORS — Scan an endpoint for CORS misconfiguration — arbitrary-origin reflection, null-origin trust, credential exposu 4.5k ★
- Retune Color — Change a Graphite color safely by editing only the canonical primitive, then verify 452 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
TDD Green
Implement minimal code to make failing tests pass in TDD green phase:
Green TDD
GREEN phase - Implement just enough code to make tests pass with automatic artifact storage in sprintdag direc
Agentic Dev
Turns a checked-in plan.md into reviewed pull requests. Three cron-driven stages — slice into issues, write fa
Implement Slice
RED-GREEN TDD for one vertical slice — write tests, confirm RED, implement, confirm GREEN
Agent Ready By Sero
Makes your codebase agent-friendly and keeps it that way. Small files so agents don't waste tokens. CLAUDE.md
After Change Monitor
After making any non-trivial change, define a verification window and check back. Don't fire-and-forget.
Related Agents
Go Builder
Go+CUE implementation specialist for scenario-driven TDD. Consumes CUE scenarios, generates Go tests from them
Light Review Step3
Stage 3 of the Delphi review pipeline — verify code fixes hold up, revert the ones that don't, then compile. F
E2e Specs
E2E test agent that creates Playwright end-to-end tests from a plan's requirements. Tests drive the dashboard