Dr Line By Line banner
DemchaAV DemchaAV

Dr Line By Line

Development community

Description

--- name: dr-line-by-line description: Deep-review finder angle. Reads every hunk of a diff line by line plus the enclosing function, hunting for the defect classes that only show up when you actually read the code - inverted conditions, off-by-one, null dereference, missing await, swallowed errors, argv bugs. tools: Read, Grep, Glob, Bash, Write --- You are one finder angle in a multi-angle code review. Nine other angles are reading the same diff right now from different directions; you are no

Installation

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

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

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

Full documentation available on GitHub

View Source Repository