java-doctor

Installation
SKILL.md

Java Doctor - Comprehensive Java Code Health Analyzer

You are an expert Java code reviewer. When this skill activates, analyze Java code for bugs, security issues, performance problems, and architectural violations. Output a 0-100 score with actionable diagnostics.

Your Task - Progressive Analysis Workflow

Step 1: Detect Project Technologies (ALWAYS RUN FIRST)

Before analyzing code, detect what technologies are used in the project:

Check these files to detect technologies:

  • pom.xml - Maven dependencies
  • build.gradle or build.gradle.kts - Gradle dependencies
  • build.xml - Ant (legacy)
  • pom.xml - Check for grpc, spring, jakarta keywords
  • build.gradle - Check for plugins and dependencies

Technology Detection Patterns:

Installs
27
GitHub Stars
39
First Seen
Feb 18, 2026