pre-commit-review

Installation
SKILL.md

Pre-Commit Code Review

Overview

Perform comprehensive code review on uncommitted changes (staged and unstaged) to identify security issues, bugs, performance problems, and code quality concerns before committing. Issues are classified by severity with actionable recommendations.

Review Workflow

1. Gather Changes

Collect all code changes that will be committed:

# Check repository status (for context only)
git status

# Get staged changes (primary review target)
git diff --cached
Related skills
Installs
1
Repository
ichuan/skills
GitHub Stars
1
First Seen
Mar 29, 2026