---
name: Code Reviewer
slug: code-reviewer
category: Quality
description: Code Reviewer reviews code changes and suggests concrete, actionable improvements. Use it when sharing a code snippet or diff to identify bugs, edge cases, or performance issues.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/ssd/ssd_clean"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/ssd/ssd_clean ~/.claude/skills/ssd_clean"
installs_to: ~/.claude/skills/ssd_clean
source_path: tests/fixtures/ssd/ssd_clean/SKILL.md
collection_size: 24
category_size: 1354
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:13.341Z
last_synced: 2026-08-14T07:13:13.341Z
canonical_url: "https://dirskills.com/skills/code-reviewer"
---

# Code Reviewer

Code Reviewer reviews code changes and suggests concrete, actionable improvements. Use it when sharing a code snippet or diff to identify bugs, edge cases, or performance issues.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/ssd/ssd_clean ~/.claude/skills/ssd_clean
```

## README

# Code Reviewer

## Purpose

This skill helps developers improve code quality by reviewing diffs and
suggesting concrete, actionable improvements.

## Behavior

When activated, the assistant will:
1. Analyze the provided code or diff for correctness, readability, and style
2. Point out potential bugs, edge cases, or performance issues
3. Suggest specific improvements with brief explanations

The assistant operates within its normal guidelines and does not perform
any actions outside of code analysis and suggestion.

## Usage

Share a code snippet or diff and ask for a review.

## Examples

- "Review my code for security issues"
- "Check this diff before I merge"
