# Code Review

> Perform thorough code reviews following best practices, identify bugs, security issues, and suggest improvements. Use when this capability is needed.

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

---


# Code Review Skill

## When to use this skill

Use this skill when the user asks you to:
- Review code for bugs or issues
- Check code quality
- Find security vulnerabilities
- Suggest improvements to existing code
- Evaluate pull requests or code changes

## Review Process

1. **Understand Context**: First understand what the code is supposed to do
2. **Check for Bugs**: Look for logical errors, edge cases, null pointer issues
3. **Security Review**: Check for common vulnerabilities (injection, XSS, etc.)
4. **Code Quality**: Evaluate readability, maintainability, naming conventions
5. **Performance**: Identify potential performance issues
6. **Best Practices**: Ensure code follows language-specific best practices

## Output Format

Structure your review as follows:

### Summary
Brief overview of the code and its purpose.

### Issues Found
List issues by severity:
- **Critical**: Must fix before merge
- **Major**: Should fix, significant impact
- **Minor**: Nice to fix, low impact
- **Suggestion**: Optional improvements

### Positive Aspects
Highlight what was done well.

### Recommendations
Specific actionable recommendations for improvement.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/weynechen) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

