code-review-git

Analyze Git diffs for code quality issues and documentation drift.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ousiass/claude-config --skill code-review-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-git
Source: https://github.com/ousiass/claude-config/tree/main/skills/code-review-git
Command: npx skills add https://github.com/ousiass/claude-config --skill code-review-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes within Git diffs, ensuring code quality and detecting discrepancies between code and documentation before merging or creating a Pull Request.

Core Features & Use Cases

  • Code Quality Check: Analyzes only the changed lines in your Git diffs for potential bugs, security risks, and style issues.
  • Documentation Drift Detection: Compares changes in code against changes in documentation within the same diff to ensure consistency.
  • Use Case: Before submitting a Pull Request, run this Skill to get an automated self-review of your changes, catching common errors and documentation omissions.

Quick Start

Run the code-review-git skill to check the differences between your current branch and origin/develop.

Frequently Asked Questions about code-review-git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a Git diff for bugs and security risks before creating a pull request?

This Skill performs code quality checks on Git diffs by analyzing changed lines and their immediate context to identify security vulnerabilities, bug risks, and error handling issues.

How can I detect documentation drift in my Git diff?

To detect documentation drift in a Git diff, this Skill compares code modifications against documentation updates within the same branch comparison to pinpoint inconsistencies and missing docs.

Can I review only the changed lines in my Git diff instead of the entire codebase?

Yes, you can review only the changed lines in your Git diff, as the Skill specifically focuses on modified lines and their immediate context rather than scanning the entire codebase.

What is the best way to automate code quality checks on a branch comparison?

The best way to automate code quality checks on a branch comparison is running this Skill against your current branch and origin/develop to catch common errors and documentation omissions before merging.

Does the code review process examine style issues and error handling in Git changes?

Yes, the code review process examines Git changes for style issues and error handling problems, alongside detecting security vulnerabilities and documentation drift within the specified diff.