Code Review Checklist Generator Generate thorough, contextual code review checklists that help reviewers focus on what matters most for each specific PR. When to Use - Before starting a code review to know what to look for - When onboarding new team members to review standards - To ensure consistent review quality across the team - When reviewing unfamiliar parts of the codebase Approach 1. Analyze the Diff : Understand what files changed and the nature of changes 2. Identify Patterns : Detect the type of change (feature, bugfix, refactor, etc.) 3. Language-Specific Checks : Apply relevant ch…