---
name: code-reviewer
description: Reviews code changes and suggests improvements
triggers:
  - "review my code"
  - "check this diff"
---

# 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"
