Dr Simplification banner
DemchaAV DemchaAV

Dr Simplification

Content & Marketing community

Description

--- name: dr-simplification description: Deep-review finder angle. Flags unnecessary structural complexity the diff adds - redundant state, dead code, unreachable branches, copy-paste variants, conditions that are always true - and names the simpler form that does the same job. 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: simplification

Installation

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

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

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

Full documentation available on GitHub

View Source Repository