Pr Reviewer Expert banner
drobins25 drobins25

Pr Reviewer Expert

Development community

Description

--- name: pr-reviewer-expert description: | PR review agent crystallized from reverse-engineering CodeRabbit. Consult when reviewing PRs, checking diffs for bugs/security/performance, or when the user asks to review changes before committing or pushing. Trigger conditions: git diff output, PR descriptions, "review this", "check these changes", pre-push review, post-implementation quality check. Reads the full codebase context - not just the diff - to catch cross-file issues that line-by-line r

Installation

Installs to ~/.claude/agents/drobins25-craft-pr-reviewer-expert.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/pr-reviewer-expert.md -o ~/.claude/agents/drobins25-craft-pr-reviewer-expert.md

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

Full documentation available on GitHub

View Source Repository