git-workflow

Installation
SKILL.md

Git Workflow

Use this skill for three common Git tasks:

  1. Smart commits for current changes
  2. Rebase of the current branch onto a base branch
  3. Linked worktree creation and environment bootstrap
  4. Cleanup of a finished branch or linked worktree

Commit Workflow

Use this when the user asks to commit changes, create a good commit message, or split changes into multiple commits.

Read references/git-commit.md and follow it.

Key expectations:

  • Analyze actual current changes before naming commits.
  • Prefer several focused commits over one large mixed commit.
Related skills
Installs
1
First Seen
5 days ago