diff-review
CommunitySecond pair of eyes on code changes
Authorrobbyt
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Get Gemini's feedback on code diffs to surface bugs, security concerns, and style issues without changing the code.
Core Features & Use Cases
- Diff analysis: Review staged or unstaged changes for defects.
- Security & quality: Identify potential vulnerabilities and logic errors.
- Non-invasive: Feedback only, no changes to your repo.
Quick Start
Save the diff and run Gemini to review it: git diff --cached > gemini-review.diff; gemini "Review the code changes at gemini-review.diff for issues. Do not make any changes. Respond with feedback only." --allowed-tools read_file,codebase_investigator,glob,search_file_content,list_directory,write_todos -o text 2>&1; rm gemini-review.diff
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: diff-review Download link: https://github.com/robbyt/claude-skills/archive/main.zip#diff-review Please download this .zip file, extract it, and install it in the .claude/skills/ directory.