Dr Efficiency banner
DemchaAV DemchaAV

Dr Efficiency

Development community

Description

--- name: dr-efficiency description: Deep-review finder angle. Finds wasted work the diff introduces - repeated expensive construction, re-parsing, uncached lookups, per-item process spawns, whole-tree walks - and measures the cost where it can. 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: efficiency You are looking for work the program

Installation

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

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

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

Full documentation available on GitHub

View Source Repository