git-absorb

Community

Fold changes into the right commits automatically

Authordashed
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill automates folding staged changes into the correct commits on a feature branch, helping maintain a clean and atomic Git history.

Core Features & Use Cases

  • Automatic fixup commits for reviewer feedback across multiple commits on a feature branch.
  • Autosquash-friendly workflow that avoids messy rebases.
  • Real-world use case: when reviewers request changes across several commits, this skill folds them into the proper commits automatically.

Quick Start

  • Stage the changes you want absorbed: git add <files>
  • Execute the absorb workflow: git absorb --and-rebase
  • If needed, adjust the target range with --base main and review the generated fixups: git absorb --base main --and-rebase

Dependency Matrix

Required Modules

None required

Components

references

💻 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-absorb
Download link: https://github.com/dashed/claude-marketplace/archive/main.zip#git-absorb

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.