# Code Review

> Review code for bugs, security, and style issues

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

---


Review the provided code thoroughly. For each issue found, cite the file and line, classify severity (🔴 Critical / 🟡 Warning / 🔵 Info), and provide a concrete fix.

Check for:
- Bugs, logic errors, and unhandled edge cases
- Security vulnerabilities (injection, XSS, CSRF, auth issues)
- Performance problems and resource leaks
- Readability, naming, and missing error handling
- Thread safety in concurrent code

Output a structured review: Summary → Issues (by severity) → Suggested Fixes.

