# Code Review

> Use this skill when reviewing code, checking for bugs, or analyzing code quality. Provides structured code review methodology.

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

---


# Code Review Skill

This skill provides structured guidance for code review tasks.

## Review Checklist

### 1. Code Logic
- Check for logical errors
- Verify edge cases are handled
- Ensure proper error handling

### 2. Code Style
- Consistent naming conventions
- Proper indentation
- Clear comments where needed

### 3. Performance
- Check for unnecessary loops
- Look for potential memory leaks
- Identify optimization opportunities

### 4. Security
- Input validation
- SQL injection prevention
- XSS protection

## Output Format

Provide review results in this format:
- **Issues Found**: List of problems with severity (High/Medium/Low)
- **Suggestions**: Improvement recommendations
- **Summary**: Overall code quality assessment

