What problem does it solve?
This Skill tackles the complexity of multi-branch Git rebasing, ensuring a clean, organized, and accurate commit history across your project.
Core Features & Use Cases
- Hierarchical Dependency Mapping: Visualizes branch relationships for clear rebase planning.
- Commit Action Mapping (CAM): Categorizes commits (KEEP, REWORD, DROP, SQUASH) for precise history management.
- "Dig Down" Fidelity: Ensures detailed content analysis for reworded commits, especially for complex changes.
- Literal Execution Protocol: Provides exact commands and payloads for safe, repeatable operations.
- Operational Guardrails: Includes backup protocols, empty commit handling, and post-rebase verification.
- Use Case: When merging multiple feature branches into a main development line, this skill ensures each branch is rebased correctly onto the latest base, preventing conflicts and maintaining a logical history.
Quick Start
Use the git rebase skill to rebase the 'feature/new-login' branch onto 'origin/main' following a hierarchical dependency map and commit action plan.