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 @SpringBootApplicationclass present
Project Detection
spring-boot-starter-*in pom.xml/build.gradle@SpringBootApplicationannotationapplication.ymlorapplication.propertiessrc/main/resources/application*.yml
Workflow
Related skills