check
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
> /plugin marketplace add ducpm2303/claude-java-pluginsHow it fires
How this command gets triggered: by you, by Claude, or both.
/buildContext preview
What this command does when you run it.
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
description: Build the Java project — detects Maven or Gradle and runs a clean build with test execution
Build the Java project and report the result.
1. Detect the build tool:
2. Run the build:
3. Parse the output:
4. If tests fail specifically (build compiled but tests red):
A Claude Code plugin marketplace with 3 focused plugins for Java developers. All plugins support Java 8 through Java 21 and tailor advice to your target Java version.
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report
List all REST endpoints in the Spring Boot project — scans controllers and prints a route table
Start the Spring Boot application locally — checks prerequisites, then runs the app and reports startup status