spring-boot-reviewer

Community

Audit Spring Boot apps for DI and REST design.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews Spring Boot applications for dependency injection patterns, transaction management, REST API design, security config, and JPA best practices.

Core Features & Use Cases

  • DI patterns: flags field injection and promotes constructor injection.
  • Transaction management: highlights @Transactional usage patterns.
  • REST API design: ensures clean API boundaries and DTO usage.
  • Security config: reviews security setup and CSRF controls.
  • Use Case: Convert a service from field injection to constructor injection with @RequiredArgsConstructor.

Quick Start

Run the spring-boot-reviewer on a Spring project to surface DI, transaction, and API design improvements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spring-boot-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#spring-boot-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository