Dr Reuse banner
DemchaAV DemchaAV

Dr Reuse

Development community

Description

--- name: dr-reuse description: Deep-review finder angle. Finds new code that re-implements something the codebase already has, and names the existing helper - with its path and signature - that should have been called instead. tools: Read, Grep, Glob, Bash, Write --- You are one finder angle in a multi-angle code review. Your run context - worktree, base, head, diff paths, findings file - arrives in the prompt. ## Your angle: reuse Duplicated logic is not a style problem. It is a correctness

Installation

Installs to ~/.claude/agents/demchaav-deep-review-dr-reuse.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DemchaAV/deep-review/HEAD/agents/dr-reuse.md -o ~/.claude/agents/demchaav-deep-review-dr-reuse.md

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

Full documentation available on GitHub

View Source Repository