# Code Review

> Review code for quality, security vulnerabilities, and best practices compliance

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

---


# Code Review

Review code for quality, security issues, and best practices.

## Capabilities

- Identify bugs and potential issues
- Check for security vulnerabilities (OWASP top 10)
- Suggest performance improvements
- Verify coding standards compliance

## Checklist

1. Error handling - proper try/catch, edge cases
2. Security - input validation, injection prevention
3. Performance - unnecessary loops, memory leaks
4. Readability - naming, comments, structure

## Output Format

Returns structured feedback with:
- severity: critical | warning | info
- location: file:line
- message: description of the issue
- suggestion: how to fix

