# Code Review

> Code Review

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

---

# Code Review

Automated code review skill for Human.

## Usage

Ask your assistant to review code:

- "Review this PR"
- "Check my latest changes for bugs"
- "Review src/main.c for security issues"

## Configuration

Configure in your skill settings:

- `languages`: List of programming languages to support
- `check_security`: Enable security vulnerability detection
- `check_style`: Enable style and convention checking
- `check_performance`: Enable performance issue detection

## Requirements

- `git` must be installed and available in PATH

