Task: Create Code Review Checklist
Task: Create Code Review Checklist¶
Goal¶
Document a markdown-based checklist that all engineers can follow when reviewing code. This should be lightweight, practical, and applicable across technologies.
Instructions or Snippet¶
Checklist should include: - Security checks - Test coverage review - Style and naming conventions - Use of logging and error handling
Include checkboxes for each item using markdown.
Where This Should Go¶
- Save as:
code-review-checklist.md - Folder:
engineering-playbook/01-team-agreements/
Dependencies¶
- Needs input from senior engineers on what should be included
- Must align with the PR review template in GitHub