lneninger

SQL Performance Reviewer — Data & AI agent for Claude Code

Data & AI community

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

Terminal
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 Repository