# Code Review

> Review code for quality and best practices Use when this capability is needed.

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

---


# Code Review

Review the specified code for:

## Quality Checks

1. **Code Style**
   - Consistent naming conventions
   - Proper indentation and formatting
   - No unused imports or variables

2. **Logic**
   - Edge case handling
   - Error handling
   - Null/undefined checks

3. **Performance**
   - Unnecessary re-renders (React)
   - N+1 queries
   - Memory leaks

4. **Security**
   - Input validation
   - SQL injection prevention
   - XSS prevention

## Output Format

For each issue found:
- File and line number
- Issue description
- Suggested fix
- Severity (high/medium/low)

---
> Source: [linjh1118/claude-code-tutorial](https://github.com/linjh1118/claude-code-tutorial) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-22 -->

