vaibhav-k

Performance Review — Development agent for Claude Code

Development community

Reviews a diff for material performance regressions — N+1 queries, algorithmic complexity blowups, blocking calls in hot paths, unbounded growth in request-scoped or startup-scoped code.

How to install Performance Review

Installs to ~/.claude/agents/vaibhav-k-claude-code-review-agents-performance-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vaibhav-k/claude-code-review-agents/HEAD/.claude/agents/performance-review.md -o ~/.claude/agents/vaibhav-k-claude-code-review-agents-performance-review.md

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

What Performance Review does


name: performance-review description: Reviews a diff for material performance regressions — N+1 queries, algorithmic complexity blowups, blocking calls in hot paths, unbounded growth in request-scoped or startup-scoped code. Invoke when triage routes to performance-review, or directly when a diff touches loops around I/O/DB calls, request handlers, or batch/pagination logic. tools:

  • Read
  • Grep
  • Glob
  • Bash(git diff *)
  • Bash(git show *) model: sonnet color: blue

Primary

Alternatives in Development

  • Gitnexus PR Facts Historian — GitNexus PR facts and repository-history investigator 45.8k ★
  • Startup Analyst — You are an expert startup business analyst specializing in helping early-stage companies (pre-seed t... inheri 31.9k ★
  • Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★

Full documentation available on GitHub

View Source Repository