# Code Reviewer

> Use when working with a skill that helps review code for best practices, bugs, and security issues

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

---


# Code Reviewer

This skill helps you review code for common issues.

## When to Use

Use this skill when:
- Reviewing pull requests
- Checking code quality
- Looking for security vulnerabilities

## Guidelines

1. Always check for:
   - Null pointer exceptions
   - SQL injection vulnerabilities
   - Hardcoded secrets
   - Missing error handling

2. Provide constructive feedback with suggestions

3. Prioritize issues by severity

## Examples

### Example 1: Security Review

When asked "review this code for security issues", focus on:
- Input validation
- Authentication/authorization
- Data sanitization

### Example 2: Performance Review

When asked about performance, check for:
- N+1 queries
- Unnecessary loops
- Memory leaks

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

