java-code-review
Installation
SKILL.md
Java Code Review
Review Java source code systematically for correctness, security, performance, and maintainability.
Input Handling
Determine the input type and gather code accordingly:
- Direct code -- Code provided in the conversation. Review as-is.
- File path(s) -- Read the specified
.javafiles. - Directory path -- Find all
.javafiles recursively. For large codebases (>50 files), ask the user which packages or files to focus on. - Diff/patch content -- Review only the changed lines plus sufficient surrounding context. Focus findings on the changed code.
Review Process
Execute these phases in order. For each finding, assign a severity.