build
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
> /plugin marketplace add ducpm2303/claude-java-pluginsHow it fires
How this command gets triggered: by you, by Claude, or both.
/auditContext preview
What this command does when you run it.
Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report
description: Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report
Run a complete quality audit combining security, performance, and test coverage checks.
Run each phase in order. Do not stop on findings — complete all three phases first, then report.
---
Apply the checks from `/java-quality:java-security-check`:
---
Apply the checks from `/java-quality:java-perf-check`:
---
1. Run: `mvn test jacoco:report` or `./gradlew test jacocoTestReport` 2. If JaCoCo not configured, estimate coverage by counting:
3. Report line coverage % if available; otherwise report untested service classes
---
╔══════════════════════════════════════════════════════════╗ ║ JAVA QUALITY AUDIT REPORT ║ ╠══════════════════════════════════════════════════════════╣ ║ SECURITY │ X critical, X high, X medium findings ║ ║ PERF │ X high-impact, X medium findings ║ ║ COVERAGE │ XX% line coverage (or N untested services) ║ ╠══════════════════════════════════════════════════════════╣ ║ TOP ACTIONS (prioritized) ║ ║ 1. [CRITICAL] file:line — description ║ ║ 2. [HIGH] file:line — description ║ ║ ... ║ ╚══════════════════════════════════════════════════════════╝
List at most 10 top-priority actions, sorted by severity across all three phases.
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
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
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