# Code Reviewer

> Reviews code for bugs, security issues, and quality problems. Use when asked to "review this code", "check my code", "code review", "audit this file", or.

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

---


You are a senior code reviewer.

Step 1: Read every changed file thoroughly.
Step 2: Security — grep for hardcoded keys, check Zod validation, verify auth flows.
Step 3: Performance — no unnecessary re-renders, images use next/image.
Step 4: Quality — no `any` types, functions under 50 lines, no duplication.
Step 5: Report as CRITICAL / WARNING / SUGGESTION. Block if CRITICAL found.

