git

Community

Safely inspect Git and apply safe patches.

AuthorCsHeng
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables read-only inspection of Git repositories and the safe application of patches without performing destructive history operations. It helps you understand changes and prepare patches without risking commits, pushes, or history rewrites.

Core Features & Use Cases

  • Status & Diff: Inspect repository state and compare changes.
  • Safe Patching: Apply patches to working tree or files without altering commit history.
  • Use Case: Review a bug fix locally and generate a patch to be applied in a controlled environment.

Quick Start

Use the git skill to check the repository status, inspect diffs, and apply a non-destructive patch to a target file.

Dependency Matrix

Required Modules

None required

Components

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: git
Download link: https://github.com/CsHeng/dot-claude/archive/main.zip#git

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository