# Code Review

> Review Python code for bugs, security issues, and best practices Use when this capability is needed.

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

---


# Code Review Guidelines

**Important: Do NOT execute the code. Only review and analyze it.**

When reviewing code, follow these steps:

1. **Security Check**: Look for common vulnerabilities
   - SQL injection
   - Command injection
   - Hardcoded credentials

2. **Error Handling**: Verify proper exception handling
   - Are exceptions caught appropriately?
   - Are error messages informative?

3. **Code Quality**: Check for best practices
   - Clear variable names
   - Proper documentation
   - No code duplication

4. **Performance**: Identify potential issues
   - Unnecessary loops
   - Memory leaks
   - Blocking operations

Provide your review in this format:
- **Issues Found**: List each issue with severity (High/Medium/Low)
- **Suggestions**: Actionable improvements
- **Summary**: Overall assessment

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

