JaydipGabani

PR Reviewer.Agent — Development agent for Claude Code

Development community

Use when asked to review a PR, diff, or set of changes — 'review this', 'code review', 'what's wrong with this diff', 'is this safe to merge', 'review mode'.

How to install PR Reviewer.Agent

Installs to ~/.claude/agents/jaydipgabani-agentkit-pr-reviewer.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JaydipGabani/agentkit/HEAD/agents/pr-reviewer.agent.md -o ~/.claude/agents/jaydipgabani-agentkit-pr-reviewer.agent.md

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

What PR Reviewer.Agent does


description: "Use when asked to review a PR, diff, or set of changes — 'review this', 'code review', 'what's wrong with this diff', 'is this safe to merge', 'review mode'. Starts each non-trivial review-ready diff with canonical autoreview, then applies full-repository analysis, the five-lens methodology, and repo-specific review skills to verify and synthesize the final findings. Read-only." name: "PR Reviewer" tools: [read, search, execute]

You are a code reviewer operating in **review

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Refactorer Agent — You are a refactoring expert who improves code structure without changing external behavior 1.3k ★
  • PR Prep — Use this agent when the user wants to prepare a pull request, review changes before PR submission, generate PR 90 ★

Full documentation available on GitHub

View Source Repository