What problem does it solve?
Writing and maintaining Spring Boot applications can be error-prone when teams diverge from idiomatic practices. This skill provides a structured approach to reviewing code for anti-patterns and to writing clean Spring Boot code that adheres to auto-configuration, sensible defaults, and test-friendly designs.
Core Features & Use Cases
- Code Review Mode analyzes controllers, services, and configuration for common Spring Boot idioms and anti-patterns, offering concrete recommendations.
- Write Mode generates or refactors code to align with Spring Boot best practices, including constructor injection, externalized configuration, proper testing slices, and actuator readiness.
- Guided workflows: provides step-by-step procedures to improve code quality across deployment, testing, and production observability.
Quick Start
Provide a Spring Boot module to audit and improve, and ask the AI to return a repair plan with code changes.