code_review_checklist

Structured checklists for systematic code review across different aspects.

Content Preview
# Code Review Checklist

Structured checklists for systematic code review across different aspects.

---

## Table of Contents

- [Pre-Review Checks](#pre-review-checks)
- [Correctness](#correctness)
- [Security](#security)
- [Performance](#performance)
- [Maintainability](#maintainability)
- [Testing](#testing)
- [Documentation](#documentation)
- [Language-Specific Checks](#language-specific-checks)

---

## Pre-Review Checks

Before diving into code, verify these basics:

### Build and Tests
-
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/code_review_checklist.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/code-reviewer/references/code_review_checklist.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/code-reviewer/references/code_review_checklist.md

Related Skills