# Code Reviewer

> Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment. Use when this capability is needed.

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

---


# Code Reviewer

Perform thorough code reviews focusing on quality and correctness.

## Review Checklist

1. **Correctness** - Does the code do what it's supposed to?
2. **Readability** - Is the code easy to understand?
3. **Performance** - Are there any obvious inefficiencies?
4. **Security** - Are there potential vulnerabilities?
5. **Best Practices** - Does it follow language conventions?

## Output Format

```markdown
## Code Review Summary

**Overall Assessment**: [Good/Needs Work/Critical Issues]

### Issues Found
| Severity | Line | Issue | Suggestion |
|----------|------|-------|------------|
| High     | 42   | ...   | ...        |

### Positive Aspects
- [What's done well]

### Recommendations
1. [Priority fix 1]
2. [Priority fix 2]
```

## Severity Levels

- **Critical**: Security issues, data loss risks
- **High**: Bugs, incorrect logic
- **Medium**: Performance issues, code smells
- **Low**: Style issues, minor improvements

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

