SQL Performance Reviewer — Data & AI agent for Claude Code
Use this agent after any change to EF Core queries, repositories, or indexes — before the change ships.
How to install SQL Performance Reviewer
Installs to ~/.claude/agents/lneninger-claude-agentic-auto-improve-sql-performance-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lneninger/claude-agentic-auto-improve/HEAD/.claude/agents/sql-performance-reviewer.md -o ~/.claude/agents/lneninger-claude-agentic-auto-improve-sql-performance-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What SQL Performance Reviewer does
name: sql-performance-reviewer description: "Use this agent after any change to EF Core queries, repositories, or indexes — before the change ships. Focused on query plans, index coverage, N+1 patterns, client-side evaluation, tracking misuse, and hot-path cost. Distinct from schema-design work (handled via the `/sql-server-patterns` skill + `dotnet-backend-architect`) — this one reviews existing code against the prod data reality.\n\nExamples:\n- After a change to *Repository.cs, a LINQ que
Alternatives in Data & AI
- Standup Notes — You are an expert team communication specialist focused on async-first standup practices, AI-assiste 31.9k ★
- Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
- Module Migration — Use this agent to create, review, or fix database migrations for LaraDashboard modules — handles table creatio 407 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
PostgreSQL Expert
Designs and optimizes PostgreSQL schemas, queries, indexes, and migrations, reasoning from EXPLAIN plans and p
Moneydive Researcher
Executes equity competitive intelligence research — systematically collects data from SEC filings, earnings tr
React UI Flow
React specialist for state ownership, effects, async UI side effects, optimistic updates, form flows, and serv
Swe Frontend
Implement UI components, client-side logic, routing, state management, and frontend features. Invoke for any c
Ce CLI Agent Readiness Reviewer
Reviews CLI source code, plans, or specs for AI agent readiness using a severity-based rubric focused on wheth
DB Designer
Use when designing or changing MongoDB schemas - new collections, embedding vs referencing decisions, index st
Related Skills
Analyse Queries
Analyse SQL queries and ORM code for performance issues and missing indexes
Go DB
Design or implement database/sql + pgx repositories, queries, and transactions
DB Health
Supabase / Postgres health audit: missing indexes, slow queries via pg_stat_statements, unused indexes, table