build
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
> /plugin marketplace add ducpm2303/claude-java-pluginsHow it fires
How this command gets triggered: by you, by Claude, or both.
/checkContext preview
What this command does when you run it.
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
description: Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
Run static analysis and code quality checks on the project.
1. **Detect configured tools** by scanning `pom.xml` or `build.gradle` for:
2. **Run available tools**:
3. If **no tools configured**:
4. **Report findings** grouped by severity:
5. If findings exceed 10 items, show the top 10 by severity and summarize the rest.
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.
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
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