# Code Review

> Performs a thorough code review covering complexity, security, and style. Use when the user asks for a review, asks to check this code, or mentions PR review.

- Skill: `whyashthakker/code-review` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add whyashthakker/code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whyashthakker/code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: whyashthakker (https://skillmd.com/u/whyashthakker)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/whyashthakker/code-review

---


# Code Review

Perform a structured code review in three phases.

## Phase 1: Complexity
Run `python ~/.claude/skills/code-review/scripts/complexity_check.py <file>`
and report any functions flagged as overly long.

## Phase 2: Security
Read references/security_checklist.md and check each item against the target file.

## Phase 3: Style
Check naming conventions, comment quality, and consistency.

## Output Format
Use three sections: Complexity Issues / Security Issues / Style Notes.
Be specific — line numbers and suggested fixes where possible.
