---
title: "code review"
description: "- Current git status: !`git status` - Recent changes: !`git diff HEAD~1` - Recent commits: !`git log --oneline -5` - Current branch: !`git branch --show-current`"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/code-review
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:14:12.214Z
license: CC-BY-4.0
attribution: "code review — Claudary (https://claudary.paisolsolutions.com/skills/code-review)"
---

# code review
- Current git status: !`git status` - Recent changes: !`git diff HEAD~1` - Recent commits: !`git log --oneline -5` - Current branch: !`git branch --show-current`

## Overview

---
allowed-tools: Bash(git diff:*), Bash(git log:*)
description: Perform a comprehensive code review of recent changes
---

## Context

- Current git status: !`git status`
- Recent changes: !`git diff HEAD~1`
- Recent commits: !`git log --oneline -5`
- Current branch: !`git branch --show-current`

## Your task

Perform a comprehensive code review focusing on:

1. **Code Quality**: Check for readability, maintainability, and adherence to best practices
2. **Security**: Look for potential vulnerabilities or security issues
3. **Performance**: Identify potential performance bottlenecks
4. **Testing**: Assess test coverage and quality
5. **Documentation**: Check if code is properly documented

Provide specific, actionable feedback with line-by-line comments where appropriate.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/code-review) · https://claudary.paisolsolutions.com
