Pair Verify banner
amirfish1 amirfish1

Pair Verify

Development community

Description

--- name: pair-verify description: Use after you fix a bug and before you claim it fixed — it spawns ONE skeptic sibling session via CCC that must first reproduce the ORIGINAL bug on a clean worktree at the pre-fix ref, then prove your fix actually moves it. Reproduce-first discipline, independent of your context. allowed-tools: Bash --- Pair-verify spawns a single **skeptic** CCC session whose job is to disprove your fix. It reproduces the original bug on a clean worktree at the pre-fix commit

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-pair-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-pair-verify && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/pair-verify.md -o ~/.claude/skills/amirfish1-claude-command-center-pair-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository