# Code Review

> Provides expert code review guidelines and best practices

- Skill: `tomevault-io/code-review-125` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-review-125`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-review-125/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- 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-125

---


# Code Review Skill

When reviewing code, follow these best practices:

## Review Checklist
1. **Correctness**: Does the code work as intended?
2. **Readability**: Is the code easy to understand?
3. **Performance**: Are there any obvious performance issues?
4. **Security**: Are there any security vulnerabilities?
5. **Testing**: Is the code adequately tested?
6. **Documentation**: Is the code well-documented?

## Review Guidelines
- Be constructive and kind
- Focus on the code, not the coder
- Suggest improvements, don't just criticize
- Explain the "why" behind your suggestions
- Prioritize issues by severity

## Common Issues to Look For
- Magic numbers and strings
- Duplicated code
- Long functions or methods
- Deep nesting
- Missing error handling
- Hardcoded values
- Poor naming conventions

---
> Source: [tao12345666333/amcp](https://github.com/tao12345666333/amcp) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-30 -->

