Java Code Review Checklist Generator
Creates a thorough, Java-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
#Java#Code Review#Security
Prompt
Act as a senior Java engineer performing a code review. Given a pull request that implements [brief feature description], generate a structured code review checklist covering: correctness and edge cases, readability and naming, error handling, performance considerations specific to Java, security concerns, test coverage, and adherence to the project's existing style conventions. For each checklist item, add one specific question the reviewer should ask while reading the diff.
Related prompts
Python Code Review Checklist Generator
Creates a thorough, Python-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
JavaScript (React) Code Review Checklist Generator
Creates a thorough, JavaScript (React)-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
Go Code Review Checklist Generator
Creates a thorough, Go-specific code review checklist with targeted questions for catching bugs, style issues, and security gaps.
