Performance Review — Development agent for Claude Code
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
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 RepositoryRelated Agents
Performance Oracle
Analyzes code for performance bottlenecks, algorithmic complexity, N+1 queries, memory leaks, and scalability
Perf Adversary
Red-team performance reviewer for in-flight code diffs. Reads a git diff and produces a ranked critique focuse
Impl Memory
Reviews implementation plans from a memory management perspective. Use when evaluating heap allocation pattern
Performance Debt Detector
Detect performance anti-patterns including N+1 queries, sync in async, unbounded collections, and O(n²) algori
Review Performance
Reviews code changes for performance issues including algorithmic complexity, unnecessary allocations, lock co
Mb Reviewer Scalability
Performance/scalability reviewer for Memory Bank governed review ensembles. Focuses on complexity, hot paths,
Related Skills
Growth Audit
Diagnose what is actually blocking growth, then give one recommendation
Audit Performance
Performance audit. Detects N+1 queries, memory issues, caching gaps, inefficient loops, batch processing probl
Qiaomu Article Team
Create and orchestrate a multi-role AI article team to turn a link or source material into a high-quality Qiao