git-code-review

Review local git diff ranges for bugs and compliance issues.

3|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kitaekatt/plugins-kit --skill git-code-review-kitaekatt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-code-review
Source: https://github.com/kitaekatt/plugins-kit/tree/main/plugins/git-kit/skills/git-code-review
Command: npx skills add https://github.com/kitaekatt/plugins-kit --skill git-code-review-kitaekatt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the bottleneck of manual code reviews by automating the analysis of git diffs using parallel, specialized AI subagents that understand your project's specific compliance and quality standards.

Core Features & Use Cases

  • Multi-Agent Analysis: Fans out large diffs across parallel subagents to ensure deep, efficient coverage without context loss.
  • Compliance Auditing: Automatically surfaces pre-submit reminders and CLAUDE.md obligations based on the files being modified.
  • Use Case: Use this during your local development workflow to perform a comprehensive audit of your current branch against upstream changes before pushing, ensuring all project-specific submit gates are met.

Quick Start

Invoke the git-code-review skill to analyze the changes in your current branch against the upstream main branch.

Frequently Asked Questions about git-code-review

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

FAQPage Schema
How do I automate git code reviews on local branch diffs before pushing?

Automating git code reviews involves running multi-agent analysis directly on local working copies, staged changes, and merge states to identify bugs and compliance issues before pushing upstream.

What is multi-agent code review and how does it handle large pull requests?

Multi-agent code review fans out large git diffs across parallel specialized subagents to analyze changes deeply and efficiently, preventing context loss during extensive pull request audits.

How do I enforce project-specific compliance checks during a git code review?

Enforcing compliance checks during a git code review relies on integrating project-specific CLAUDE.md submit gates and md-domain auditing to automatically surface obligations based on modified files.

Can I analyze staged changes and merge states locally without pushing to a remote?

Yes, you can analyze staged changes and merge states locally without a remote push by operating directly on local working copies and git diff ranges to provide immediate, actionable feedback.

What is the best way to audit code and documentation quality against upstream changes?

The best way to audit quality against upstream changes is performing a comprehensive local branch diff audit that checks both code bugs and documentation compliance using specialized subagents.

Does automated code review work with rebase states and local working copies?

Yes, automated code review works with rebase states by operating directly on local working copies and merge states to ensure continuous compliance and bug detection during complex workflows.