java-code-review

Audit Java code for null safety, exception handling, concurrency, and performance.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/raylann-lopes/WizeFlowCRM-Java --skill java-code-review-raylann-lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: java-code-review
Source: https://github.com/raylann-lopes/WizeFlowCRM-Java/tree/main/.agents/skills/java-code-review
Command: npx skills add https://github.com/raylann-lopes/WizeFlowCRM-Java --skill java-code-review-raylann-lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured Java code-review checklist that helps teams consistently identify null-safety issues, improper exception handling, concurrency risks, and performance bottlenecks during reviews.

Core Features & Use Cases

  • Structured checklist for Java code reviews, covering null safety, exception handling, concurrency, and performance.
  • Consistent findings across teams with severity-rated recommendations.
  • Real-world scenarios: PRs, feature branches, and sprint code reviews to ensure code quality before merge.

Quick Start

Start a Java code review by applying the checklist to the files in the target PR or codebase.

Frequently Asked Questions about java-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a structured Java code review for null safety and concurrency issues?

Perform a Java code review by applying a structured checklist that audits null safety, safe concurrency, proper exception handling, and performance practices to produce severity-rated, actionable findings for your pull requests.

What common concurrency and performance bottlenecks should a Java code review checklist cover?

A Java code review checklist should cover concurrency risks like unsafe thread access and performance bottlenecks, systematically auditing exception handling and null safety to ensure consistent quality before merging feature branches.

Can I use this Java code review checklist for pre-merge checks on pull requests?

Yes, you can use this Java code review checklist for pre-merge checks by applying it to target pull request files, ensuring consistent enforcement of best practices across null safety, exception handling, and concurrency before integration.

What is the best way to audit Java exception handling practices during a sprint code review?

The best way to audit Java exception handling during sprint code reviews is applying a structured checklist that identifies improper handling, rates issue severity, and guides actionable improvements for consistent team findings.

Does this Java code review checklist require any specific dependencies or components to run?

No, this Java code review checklist requires no specific dependencies or components to run, allowing teams to directly audit codebases for performance bottlenecks and null safety issues without additional environment setup.