What problem does it solve?
This Skill streamlines complex Git operations, making branch management, commits, and worktree handling intuitive and efficient, even for intricate workflows.
Core Features & Use Cases
- Branch Management: Create new branches from the default, delete merged branches.
- Commit Automation: Commit and push changes with conventional commit formatting, automatically detecting and excluding sensitive files.
- Worktree Operations: Create and delete worktrees for parallel development or isolated tasks.
- Use Case: As a developer, you need to quickly create a new branch for a bug fix, commit your changes following project standards, and then delete the branch once it's merged. This Skill automates that entire process with simple commands.
Quick Start
Use the git skill to create a new branch for issue number 123, describing it as a login page fix.