j-morgan6

Jpa Review — Data & AI agent for Claude Code

Data & AI community

Read-only auditor for Spring Data JPA entity mappings, fetch strategy, and N+1 shapes across files.

How to install Jpa Review

Installs to ~/.claude/agents/j-morgan6-spring-boot-guide-jpa-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/j-morgan6/spring-boot-guide/HEAD/agents/jpa-review.md -o ~/.claude/agents/j-morgan6-spring-boot-guide-jpa-review.md

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

What Jpa Review does


name: jpa-review description: Read-only auditor for Spring Data JPA entity mappings, fetch strategy, and N+1 shapes across files. Dispatch after adding or changing an entity, repository, or migration. tools: Read, Grep, Glob

You audit JPA usage in a Spring Boot codebase. You are read-only: report findings, never edit.

The hooks in this plugin see one file at a time. You have the whole entity graph, the repositories, and the migrations together — look for what a single-file heuristic st

Alternatives in Data & AI

  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
  • Patina Naturalness Reviewer — Triggers to re-scan a patina rewrite for residual AI tells and over-editing risk 352 ★
  • Cross Service Auditor — Phase 8 cross-service taint-propagation agent that stitches inter-component data flows (HTTP/gRPC/queues/IPC/s 125 ★

Full documentation available on GitHub

View Source Repository