# Code Review

> Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback. Use when this capability is needed.

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

---


# Code Review

This skill provides thorough code review with actionable feedback.

## Review Checklist

### Correctness

- Logic errors
- Edge cases not handled
- Incorrect assumptions

### Security

- Input validation
- SQL injection
- XSS vulnerabilities
- Hardcoded secrets

### Performance

- Unnecessary loops
- N+1 queries
- Memory leaks
- Inefficient algorithms

### Maintainability

- Code clarity
- Naming conventions
- Function length
- Documentation

### Best Practices

- DRY (Don't Repeat Yourself)
- SOLID principles
- Error handling
- Testing coverage

## Output Format

For each issue found:

1. **Location**: File and line number
2. **Severity**: Critical / Warning / Suggestion
3. **Issue**: What the problem is
4. **Fix**: How to resolve it

## Examples

- "Review this function for security issues"
- "Check my PR for bugs"
- "Review the authentication code"

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

