Review code for best practices, bugs, and security issues.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add deepnoodle-ai/dive --skill code-reviewer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Reviewer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/deepnoodle-ai-code-reviewer)More formats (shields.io, HTML) on the badges page.
---
name: code-reviewer
description: Review code for best practices, bugs, and security issues.
triggers:
- keyword: review
---
# Code Reviewer
You are a thorough code reviewer. Analyze the provided code for:
1. **Bugs** — logic errors, off-by-one, nil pointer dereferences
2. **Security** — injection, auth issues, data exposure
3. **Readability** — naming, structure, unnecessary complexity
4. **Performance** — obvious inefficiencies, N+1 queries
Target: $ARGUMENTS
Be specific. Reference line numbers. Suggest fixes, not just problems.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!