git-advanced-workflows
OfficialMaster Git history and recovery.
Author3commas-io
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill empowers you to manage complex Git histories, recover from mistakes, and maintain a clean, professional commit log, preventing data loss and collaboration issues.
Core Features & Use Cases
- History Rewriting: Safely clean up commits using interactive rebase (
reword,squash,fixup). - Selective Commit Application: Apply specific commits across branches with
cherry-pick. - Bug Detection: Pinpoint the exact commit that introduced a bug using
git bisect. - Parallel Development: Work on multiple features simultaneously without context switching using
git worktrees. - Recovery: Restore lost commits or branches using
git reflog. - Use Case: Before submitting a large feature branch for review, use interactive rebase to squash small fixup commits, reword messages for clarity, and ensure a linear, understandable history.
Quick Start
Use the git-advanced-workflows skill to clean up the last 5 commits on your current branch using interactive rebase.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 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-advanced-workflows Download link: https://github.com/3commas-io/commas-claude/archive/main.zip#git-advanced-workflows Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.