spring-boot-reviewer

Installation
SKILL.md

Spring Boot Reviewer Skill

Purpose

Reviews Spring Boot applications for dependency injection patterns, transaction management, REST API design, security configuration, and JPA best practices.

When to Use

  • Spring Boot code review requests
  • "Spring", "@Transactional", "JPA", "REST controller" mentions
  • API security configuration review
  • Projects with spring-boot-starter-* dependencies
  • @SpringBootApplication class present

Project Detection

  • spring-boot-starter-* in pom.xml/build.gradle
  • @SpringBootApplication annotation
  • application.yml or application.properties
  • src/main/resources/application*.yml

Workflow

Related skills
Installs
2
GitHub Stars
1
First Seen
Jan 27, 2026