# Code Review

> Review a code snippet for bugs, security issues, and style, with concrete fixes. Use when the user shares code and asks for feedback or a review. Use when this capability is needed.

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

---


# Code review

Review the provided code. Structure the response as:

## Bugs & correctness
- Each issue with a one-line explanation and a suggested fix.

## Security
- Injection, secrets in source, unsafe input handling, etc. (or "none found").

## Style & clarity
- Naming, structure, dead code — only changes that actually matter.

## Suggested patch
- A short corrected snippet for the most important fix.

Rules:
- Be specific and cite the line or symbol you mean.
- Don't rewrite the whole thing unless asked.
- If the code is fine, say so plainly rather than inventing problems.
- Match the language's idioms; don't impose another language's conventions.

---
> Source: [TeamDzX/myllm-skills](https://github.com/TeamDzX/myllm-skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

