code-reviewer

star 17.2k

Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment.

camel-ai By camel-ai schedule Updated 2/5/2026

name: code-reviewer description: Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment.

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

## 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
Install via CLI
npx skills add https://github.com/camel-ai/camel --skill code-reviewer
Repository Details
star Stars 17,206
call_split Forks 1,951
navigation Branch main
article Path SKILL.md
More from Creator