Create structured code review feedback and documentation
Generate a comprehensive code review document for:
**Pull Request/Change:** {{PR_TITLE}}
**Author:** {{AUTHOR}}
**Reviewer:** {{REVIEWER}}
**Date:** {{DATE}}
**Code Changes:**
```{{LANGUAGE}}
{{CODE_CHANGES}}
```
**Context:** {{CONTEXT}}
Generate a structured code review including:
## Code Review Summary
- Overall assessment (Approve/Request Changes/Comment)
- Review completion status
## Review Categories
### 1. Code Quality
- [ ] Follows coding standards
- [ ] Appropriate naming conventions
- [ ] No code duplication
- Comments and observations...
### 2. Logic & Correctness
- [ ] Logic is correct
- [ ] Edge cases handled
- [ ] No obvious bugs
- Comments and observations...
### 3. Performance
- [ ] No performance issues
- [ ] Efficient algorithms
- [ ] Appropriate data structures
- Comments and observations...
### 4. Security
- [ ] Input validation present
- [ ] No security vulnerabilities
- [ ] Sensitive data handled properly
- Comments and observations...
### 5. Testing
- [ ] Adequate test coverage
- [ ] Tests are meaningful
- [ ] Edge cases tested
- Comments and observations...
### 6. Documentation
- [ ] Code is self-documenting
- [ ] Comments where needed
- [ ] README updated if needed
- Comments and observations...
## Specific Feedback
Line-by-line comments with suggestions
## Required Changes
Must-fix items before approval
## Suggestions
Nice-to-have improvements
## Questions
Clarifications neededOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PR_TITLE][{AUTHOR][{REVIEWER][{DATE][{LANGUAGE][{CODE_CHANGES][{CONTEXT]