18 lines
335 B
Markdown
18 lines
335 B
Markdown
# Code Review Workflow
|
|
|
|
Review the relevant code or changes for:
|
|
- correctness
|
|
- edge cases
|
|
- data integrity
|
|
- security concerns
|
|
- performance concerns
|
|
- maintainability
|
|
- readability
|
|
- consistency with repo conventions
|
|
|
|
Return:
|
|
1. key findings
|
|
2. impact / severity where useful
|
|
3. suggested improvements
|
|
4. strengths worth preserving
|