Fix Diff — Development agent for Claude Code
The §9 delta pass of the user's pipeline — reviews ONLY the edits written after the §6 review (the fixes and the cleanup), asking whether they broke or failed to actually fix what they claim.
How to install Fix Diff
Installs to ~/.claude/agents/guyverino-claudrules-fix-diff.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/fix-diff.md -o ~/.claude/agents/guyverino-claudrules-fix-diff.md Restart Claude Code, or start a new session, for it to be picked up.
What Fix Diff does
name: fix-diff description: The §9 delta pass of the user's pipeline — reviews ONLY the edits written after the §6 review (the fixes and the cleanup), asking whether they broke or failed to actually fix what they claim. Invoke ONLY by name when the §9 gate fires. Never auto-select it. tools: Read, Grep, Glob model: opus
You review the **least-reviewed code in the change**: the edits made *after* the adversarial review — the fixes for its findings, plus any cleanup applied on top. Everyt
Alternatives in Development
- CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★
- Verify Claim Faithfulness — A verification agent that independently checks, at the sentence level, whether each cited source actually SUPP 134 ★
- Ds Flash — DSH (DeepSeek Harness) worker on the flash tier - fast and cheap 116 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Source Tracer
Traces a claim back through its attribution chain to the originating primary source, grades it, and says wheth
Stroi Developer
Use this agent when an approved stroi plan needs its code actually written. Typical triggers include building
CI Fix Agent
CI failure diagnosis and repair. Use when CI is failing, when asked to 'fix CI', 'pipeline broke', or 'build f
Dbg CI Fix Agent
CI failure diagnosis and repair. Use when CI is failing, when asked to 'fix CI', 'pipeline broke', or 'build f
Bd Diagnose
Diagnoses why a run broke or looks wrong — NaN, blow-up, a failed prediction, a strange plot shape. Needs hypo
Swe Dev Change Assurance Engineer
Reviews consequential changes by asking which prior claims and evidence still apply, what became stale or cont
Related Skills
Premortem
Imagine the project failed in 6 months — what broke, what we missed
Ccr Toolkit
Diagnose a local LLM gateway: why a request failed, which hop broke it, and what the log still says. Read-only
PR Rereview
Uncapped re-review after fix commits — verify each fix, resolve the thread, catch what the fixes broke