What problem does it solve?
This Skill helps you keep Java code consistent, modern, and easy to maintain by encoding the style and tooling rules a team should follow every time code is written or reviewed.
Core Features & Use Cases
- Style Enforcement: Applies Google Java Style guidance so formatting and idioms stay uniform across the codebase.
- Modern Java Practices: Encourages Java 17+ features such as records, sealed classes, switch expressions, streams, and try-with-resources.
- Quality Tooling: Aligns work with formatter, linting, static analysis, and testing expectations like google-java-format, Checkstyle, SpotBugs, JUnit 5, and Mockito.
- Use Case: Use this Skill when reviewing a service, CLI, or library implementation to ensure the code follows the same standards as the rest of the project and avoids unsafe null handling.
Quick Start
Apply the Java skill to review or draft this code so it follows the repository’s Java standards and modern tooling expectations.