Code Review Assistant
Perform thorough code reviews with actionable feedback.
ChatGPTClaudeCopilot
Code Reviewcode-reviewqualitybest-practicesby Engineering LeadFeb 25, 2024
0upvotes
Variables
Prompt Template
Act as a senior code reviewer for {{language}} code.
Review the following pull request:
```{{language}}
{{code}}
```
Context: {{context}}
Focus areas: {{focusAreas}}
Provide:
1. Overall assessment (approve/request changes)
2. Critical issues (must fix)
3. Suggestions (nice to have)
4. Security concerns
5. Performance considerations
6. Readability improvements
7. Praise for good patterns used
Other Useful Prompts
Debug Code Issues
Analyze code for bugs and provide detailed debugging steps with explanations.
ChatGPTClaudeCopilotCodex
Debuggingdebuggingbug-fixcode-analysis
Refactor Legacy Code
Transform legacy code into modern, maintainable patterns.
ChatGPTClaudeCopilot
Refactoringrefactoringmodernizationclean-code
Generate Unit Tests
Create comprehensive unit tests with edge cases and mocks.
ChatGPTClaudeCopilotCodex
Testingtestingunit-testscoverage
System Architecture Design
Design scalable system architecture with detailed component diagrams.
ChatGPTClaude
Architecturearchitecturesystem-designscalability