Bug Fix Verifier banner
mthines mthines

Bug Fix Verifier

Development community

Description

--- name: bug-fix-verifier description: Independent fresh-context verifier for bug-fix PRs produced by /fix-bug. Receives only the Evidence Record, the reproduction path/command, the bug-notes ledger (read-only), and the PR diff — explicitly NOT the planner's reasoning, the plan.md, or the executor's reasoning. Runs FAIL_TO_PASS (repro now passes), PASS_TO_PASS (existing tests still pass), diff sanity (no catch-all exception swallows, no debug statements left in, no test deletions or .skip / .on

Installation

Installs to ~/.claude/agents/mthines-agent-skills-bug-fix-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mthines/agent-skills/HEAD/agents/bug-fix-verifier.md -o ~/.claude/agents/mthines-agent-skills-bug-fix-verifier.md

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

Full documentation available on GitHub

View Source Repository